Udacity Nano-degree Frontend Web development Capstone-Project
This app, is Travel application, which allow users plan trip and print out the trip plan
The input section comprise of start and end date and once enter the app calculates the days interval between start and end and display the result. It also give infomation about the distination country like currency and other relevant info about the country
that might interest the user.
This app was built using the following.
You should have nodejs and npm installed in your local machine, node actuall have npm packages install with it. Install nodejs . In total the app comprise the dependencies and APIs listed below,
- nodejs
- express
- cors
- webpack
You can get express by using the command npm install express
on your terminal afte navigating into the root file. To get webpack see here
- Genames
- weatherbit
- Pixabay
- RestCountries
You can get each of APIs here Geoname , weatherbit to get Pixabay here and for RESTCountries check here
Also localForage was use to store and retrieve user data from indexDB locally.