Guest User

Untitled

a guest
Mar 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # Weather SPA
  2. This is a simple test task that allows to demonstrate the knowledge of React/Redux.
  3.  
  4.  
  5. ## Requirements
  6. ```
  7. (!) Data may be accuried from openweathermap.org website
  8. (!) Usage of react.js+redux is required
  9.  
  10. App should:
  11.  
  12. - Automatically request weather for user's coordinates - this should be city/place by default
  13. - Maintain list of cities (have ability to add/remove cities)
  14. - List of cities should be persisted between page reloads
Add Comment
Please, Sign In to add comment