Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 586 Bytes

File metadata and controls

22 lines (12 loc) · 586 Bytes

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