Skip to content

ialish/weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast

This web application shows the weather of a chosen city.

You can search for a city and save it to favorites (locally).

There are 2 pages in this app:

  • Weather Page.
  • Favorites Page.

Weather Page

In the main screen (weather details) the user can search a location's weather by city name in the search field. And below it, the current weather and a 5-day forecast of the searched location. A location has an indication if it’s already saved in favorites, and a button to add/remove from favorites. The default city weather to display is the user current location, and if not available - will display Tel Aviv weather as default.

Favorites Page

Favorites screen composed of a list of favorite locations. Each location has a name and current weather. Clicking on a favorite will navigate to the main screen showing the details of that location.