This project requires you to build out a travel app that, at a minimum, obtains a desired trip location & date from the user, and displays weather and an image of the location using information obtained from external APIs. Given that this is the Capstone project, it's highly encouraged for you to go above and beyond, adding additional functionality and customization to truly stand out with a project you are proud to have at the top of your portfolio!
- Add end date and display the length of trip.
- Allow the user to remove the trip.
- Incorporate icons into forecast.
- Server side:
- server.js
- Client side:
- app.js
- appApi.js
- handleSubmit.js
- handleReset.js
For testing you need to run the express server by run , npm run start, and then run npm run test Tests fail otherwise.

For dev env run npm run build-dev
- Run
npm installto install dependencies. - Run
npm run build-prodto create dist folder. - Start the server with
npm run start. - Go to http://localhost:8081.
