Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 607 Bytes

File metadata and controls

14 lines (11 loc) · 607 Bytes

react-weather-project

Your assignment is to build a react weather app with the following features.

Client requirements:

  1. Show today's weather based on a user's zipcode.
  2. Show weekly forecast of weather based on zipcde.
  3. Use local storage to allow user to save multiple cities so they can quickly check their favorite cities.
  4. Use google maps API to display "currently" selected city on map.
  5. Need good clean design.
  6. Use openweathermap API.
  7. Use fetch or axios for api calls.
  8. Use https://github.com/CodeTheDream/react-starter-minimal as your starter kit. But change up the styles.