Skip to content

pavelbednar/weather-forecast-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Practical Assignment

Create a weather forecast application showing forecast for selected city for next 5 days .

Functional requirements

  • Show forecast in form of list or a table
  • User can select city of interest in search box
  • Whisperer or autocomplete will help the user select a city when typing in the search box.
  • Application will respond to changing the city selection.
  • All times and values will be formatted based on browsers language

Nonfunctional requirements

  • Single Page Application
  • Source code written in typescript
  • Application will store data in redux
  • Application will consume REST API of Open Weather Map (we provide API key) • Application will use redux-saga (preferably) or redux-thunk for handling API comunications • Autocomplete/whisperer can use of a predefined city list (available at here)

Bonus Task

  • Styles in LESS or SASS
  • Forecast in form of a chart
  • Use browser’s geolocation api to set initial data in app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published