Skip to content

digitarald/copilot-edit-playground

Repository files navigation

🛫 Pilot Training

This project is a "Pilot Training" application that helps users learn to fly with AI.

✈️ Pilot Training Tasks

Ideas to try out for different Copilot-powered development tasks:

  • 📝 Create a sign-up form with multiple steps and validation
  • 🧠 Create an pilot quiz based on hard-coded questions, with a scoring page (add confetti)
  • 🌬️ Show current wind conditions for the user's location
  • ✅ Write tests for all those features
  • 🤖 Add GitHub Models for some AI magic, which is hard as this app doesn't have a server yet

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-repo/pilot-training.git
    cd pilot-training
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.

Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published