This is the Udacity Travel App Capstone project.
- GeoNames
- Weatherbit
- Pixabay
- Add end date and display length of trip
- Pull country image if destination city image is not available
- Allow user to add multiple trips
- Allow user to remove trips
- Allow user to add multiple destinations
- Allow user to remove destinations
- Display forecast weather for each destination
- Use icons for curent weather
- Use icons for forecst weather
- Get API keys from API's mentioned above.
- Create .env file in the root directory
- add your keys to .env file
GEONAMES_KEY= WEATHERBIT_KEY= PIXABAY_KEY=
To install packages run:
yarn install
To run the development server:
yarn dev
To build the project use:
yarn build
To start the server use:
yarn start
To test the project using Jest use:
yarn test