An easy cheap flights seeker web app using React and Material-UI.
Full tutorial: https://www.codeastar.com/easy-cheap-flights-seeker-web-app-with-flask-and-react/
- Start the backend server from https://github.com/codeastar/ez_cheap_flights_backend
- Edit the .env file with the backend server ip and port numbers
REACT_APP_EZ_SKYSCANNER_API=http://localhost:5000/
- Install required libraries
$npm install
- Start the React web app
$npm start
