An air quality and weather application that allows users to track and favorite real time data using Air Quality Index API
- Jest unit testing
- SuperTest for testing API requests and responses
- Simplified POST request sent with username and password
- Condensed reponse from backend
- Decreasing log-in time
- Implemented ability to see favorites after logging in
- React (with JS, CSS, and HTML)
- Redux
- Node.js
- Express.js
- PostgreSQL
- Bcrypt
click Fork to fork the repo
go to Code button and copy the HTTPS link
git clone <paste the link here>
cd WeatherApp2.0
npm install
npm run dev