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
"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."
- have npm installed
$ npm install
to install dependencies$ npm run dev
to start webpack-dev-server- navigate to
localhost:8080
in you browser of choice