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

An asynchronous web app that helps to plan trips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An asynchronous web app that helps to plan trips.


Languages

Language:JavaScript 69.8%Language:SCSS 22.4%Language:HTML 7.8%