This application allows the user to add a location, where he wants to visit. Furthermore he can input the start and the end date of the trip.
If the user clicks then on generate, then he gets the info, how long the trip is, he gets weather information and a photo of the city, that he visits.
Run
npm install
to install needed libraries.
Run
npm run build-prod
npm run start
to build the prod code and run the express server Run
npm run build-dev
to run the webpack-dev-server. Run
npm start lint
to do a lint check.
The app provides the functionality to add an end date of the trip and show the length of the trip.