Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 534 Bytes

Simple weather app built with React & Redux

Features

  • Geo location api based location detection
  • Search and select location
  • Cuurent weather info
  • One week weather glance
  • Changes to dark background color when viewing night time weather
  • Custom control for location selection

Stack

  • React
  • Redux (Redux Toolkit)
  • RTK-Query
  • Styled components
  • Typescript
  • React testing library

Technical debt

  • Unit test case coverage to meet 80%
  • Make everything on this app accessible
  • Keyboard support for all actions