Skip to content

bencelaszlo/udacity-frontend-nanodegree-capstone-travel-app

Repository files navigation

Udacity Front-End Nanodegree - Capstone: Travel App

An asynchronous web app that helps to plan trips.

Note to your reviewer: Implemented Items from them "Extend your Project/Ways to Stand Out" section

  • Incorporate icons into forecast.
  • Use Local Storage to save the data so that when they close, then revisit the page, their information is still there.

Scripts

Install dependencies: npm install

Start server: npm start

Start dev server: npm run dev

Build client: npm run build

Run unit test: npm run test

Lint and fix errors: npm run lint