This single page Javascript app allows you to create a digital version of your garden to help you keep track of what's growing, and how to care for it.
NOTE: This app is meant for small container gardening, so each garden comfortably holds 6 plants.
Happy gardening!
- Be sure to follow the instructions in the Backend Repository
After following the instructions in the Backend Repository
- Fork and clone this repository
- cd to the file
- Run
open index.html
- Fork and clone this repository
- Create a branch
git checkout -b <branch name>
- Make your changes and commit them
git commit -m '<commit-message>'
- Push to the original branch
git push origin <garden_planner_frontend>/<main>
This project uses the MIT license.