- A react-based weather app inspired by this Reddit post. It is styled with Reactstrap and comes with a working authentication page. You can serach up to 10 cities (separated by comma) and each city can be display under a different route.
- Tools: React, Reactstrap, 3rd party API, Auth0
- Deployed at https://weather-api-app-yw.netlify.app/
- Unidirectional data flow in React
- Prop drilling vs. Context API
- Controlled input vs. Controlled input
- Git branches
- Replace the weather icons
- Understand the best practices for memorization
- Add Unit Testing to the project