项目作者: dejwakh

项目描述 :
A React-based toy app to see airline routes across major airlines and airports
高级语言: JavaScript
项目地址: git://github.com/dejwakh/airline_routes.git
创建时间: 2021-04-25T20:43:18Z
项目社区:https://github.com/dejwakh/airline_routes

开源协议:

下载


This project was bootstrapped with Create React App.

What is it?

  1. A React-based toy app to see airline routes across major airlines and airports
  2. Select an Airline or Airport to further filter
  3. 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

  1. Run npm install
  2. Run npm start
  3. Go to http://localhost:3000/

Additional Notes

  1. Data comes from a static file and limited to only 50 routes per airline
  2. SVGs used to draw airport coordinates and route lines