- This is a travel app that provides travellers weather information about their destination location
- this app provies it users with the following information
Weather forcastcountry detailspicturesandflag
- Node & Express
- 3rd party API
- webpack
- babel
- JavaScript
- html
- scss
- service walker
- Jest
- clone this repository
git clone http://github.com/oliver-ke/Traveller - install dependencies
npm install - Run a production build using
npm run build - start the server using
npm run start - open your browser and navigate to
http://localhost:5000 - You should see the app
- Use Local Storage to save the data so that when they close, then revisit the page, their information is still there
- Users will get weather forcast for multiple days
- Integrate the REST Countries API to pull in data for the country being visited
- Allow the user to remove the trip
- Incorporate icons into forecast
name:Azorji Kelechi OliverCourse:Udacity frontend courseDate:05/04/2020