This project is a "Pilot Training" application that helps users learn to fly with AI.
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
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-repo/pilot-training.git cd pilot-training
-
Install dependencies:
npm install
-
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.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
Note: this is a one-way operation. Once you eject
, you can’t go back!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.