项目作者: dejwakh
项目描述 :
A React-based toy app to see airline routes across major airlines and airports
高级语言: JavaScript
项目地址: git://github.com/dejwakh/airline_routes.git
This project was bootstrapped with Create React App.

What is it?
- A React-based toy app to see airline routes across major airlines and airports
- Select an Airline or Airport to further filter
- Click on an Airport on the world map to also filter by airport
Check out the app in production mode
https://airline-routes-vahid.herokuapp.com/
How to run in development mode
- Run
npm install
- Run
npm start
- Go to http://localhost:3000/
Additional Notes
- Data comes from a static file and limited to only 50 routes per airline
- SVGs used to draw airport coordinates and route lines