New Flight App
The Flight App is a run time web application that allows users to view and manage flight information. The application uses the following technologies:
- React
- React Router
- Context API
- Axios
- Clone the repository
- In the project directory, run
npm installto install the dependencies - To start app, run
npm start