/travel-app

Primary LanguageJavaScript

Travel Planner Project

Suggestions to Make Your Project Stand Out!

  • Allow the user to remove the trip.
  • Incorporate icons into forecast. (Only works for travels that depart within 7 days)

Node Version

Suggested Node.js version: 14.16.1 (LTS)

Install

npm install

Run

Dev mode

npm run build-dev

Prod mode

npm run build-prod

API Server

npm start

Test

npm run test