Your assignment is to build a react weather app with the following features.
Client requirements:
- Show today's weather based on a user's zipcode.
- Show weekly forecast of weather based on zipcde.
- Use local storage to allow user to save multiple cities so they can quickly check their favorite cities.
- Use google maps API to display "currently" selected city on map.
- Need good clean design.
- Use openweathermap API.
- Use fetch or axios for api calls.
- Use https://github.com/CodeTheDream/react-starter-minimal as your starter kit. But change up the styles.