My Dashboard

– April 24, 2021

This project provides a simple local weather forecast display for my personal use. It is written in Typescript with a React & Redux front-end that loads forecast data from Environment Canada via a proxy (as the data source does not support CORS). I wrote this project partly to play around with Redux, and partly because I don’t like any of the weather apps I’ve tried for my phone. It is set up to work as a PWA for my phone.

Tech Stack

  • Typescript
  • React
  • Redux
  • Node.js