Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created September 11, 2018 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brittanydionigi/a394021746bb938be52ae48e683bfd76 to your computer and use it in GitHub Desktop.
Save brittanydionigi/a394021746bb938be52ae48e683bfd76 to your computer and use it in GitHub Desktop.

Weatherly Check-In

  • Readme has Wireframes
  • Project is using mock data
  • Project is using fetch to get api data

Project has the following component files

  • App
  • Search
  • Current Weather
  • 7 Hour Forecast
  • 10 Day Forecast
  • Card (used in 7 hour and 10 day)

Project has the following components rendering

  • App
  • Search
  • Current Weather
  • 7 Hour Forecast
  • 10 Day Forecast
  • Card (used in 7 hour and 10 day)

Current Weather displays

  • current city name
  • current condition
  • current day
  • current temperature
  • expected high and expected low for the day
  • a summary of what the weather is going to be like that day

7 Hour Forecast displays

  • the hour
  • an image that reflects the weather
  • the projected temperature

10 Day Forecast displays

  • the name of the day
  • an image that reflects the weather
  • the projected high and low temperature

Search

  • user can search with city, state
  • user can search with zip code
  • location persists on page refresh
  • project has working autocomplete
  • an error message is shown when an invalid input is entered

Welcome

  • Welcome message is displayed if user has never searched before
  • Welcome message has a search component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment