An asynchronous web app that helps to plan trips.
- 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.
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