WeatheRound. A demo weather app showing how to build modern websites with React.

github.com/getify/demo-app-weatheround

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2024
  • adding 'radar' button to current-weather section, upgrading redwood t…
November 2023
  • refactoring to use Context API for sharing loc-state among components
  • upgrading to redwood 6.4
  • improving 'home' navigation with event that clears forecast-date -- i…
  • refactor to render hourly-forecast charts with 'HorzBarChart' component
  • removing ChartJS (and various dependencies) and moving the hourly-for…
  • removing unnecessary 'forwardRef'
  • fixing another DST issue (forecasted sunrise/sunset times)
  • hopefully finally fixing all the issues (basically, off-by-one errors…
  • more DST fixes, ugh -- working around weather API that is unfortunate…
  • simplifying timezone offet computation
October 2023
  • improving code formatting
  • working on fixing DST bugs
  • clarifying ownership
September 2023
  • removing unnecessary hack
  • refactoring to improve component-state encapsulation
  • tweaked config toggles, fixed bug/quirk where locale (timezone, lang,…
  • code cleanup
  • removing (unused) hack, adding icon.png for native apps to use
  • Merge branch 'main' of https://github.com/socketsupply/demo-app-weath…