Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 762 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 762 Bytes

As the Crow Flies

behold! a mostly-finished coding challenge from a company I won't name but that you can probably figure out with detective work!

now featuring React because I wanted some practice with React

prompt

"Create a web app that calculates the distance (in nautical miles) between two airports. The app should auto- complete the airports and should feature all airports in the U.S. only. Bonus: plot the trip on Google maps."

how to run it

  1. have npm installed
  2. $ npm install to install dependencies
  3. $ npm run dev to start webpack-dev-server
  4. navigate to localhost:8080 in you browser of choice