A simple app that plans your trips , you add trips to your trips' list and it displays data about the city such as temprature and snow there
It's mainly focused on using webpack as a build tool to make the folder dist which countains a bundle that saves all the files within it , also it uses jest as testing host to run simple test suites
npm run build-prod and then npm start to experience the website on localhost 8082
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
You can add an end date and your trip length will be displayed
The skeleton of the project was provided by Udacity