Skip to content

patrickhladun/udc-travel-app

Repository files navigation

Udacity Travel App

This is the Udacity Travel App Capstone project.

API's used in this project

  • GeoNames
  • Weatherbit
  • Pixabay

Extra features added

  • 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

To run the app

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published