Garden Website
Last Modified: Unknown Creation Date
TL;DR
Essentially, it's a website that monitors the temperature of my plant every 10 minutes.
Project Vision
Build a platform for controlling and monitoring environments like greenhouses.
Scope
Although it's tempting to add features such as automated watering, my top priority right now is to refactor the structure of my codebase to be more adaptable to future changes.
I plan to achieve this by trying out a variety of strategies:
- Folder structure: Group files together by what they interact with rather than directories holding all of a type of file. The goal of this is to make it a little bit more intuitive to find things in the codebase.