Starting to learn React JS
Designing website
Looking for help
+1
Been a while, but here’s a progress update on that schedule website I made for school.

It’s been completely rewritten in Reactjs and Bootstrap 5. We used Parceljs to compile the typescript/tsx files into web files.

The website is a PWA and is mostly functional. There’s a lot of optimizations and other code things I need to work out before I can say it’s complete.

I’ve been struggling with how to set up the configuration since it might make more sense to store some of the config in a database rather than as static files and also the config is written in typescript and there’s some of it that cannot possibly be parsed by json (or it may become more confusing to edit the config in json).

Another thing I need to add is auto updating to the site so when I update the repo on github it updates anywhere where it’s running.