A simple garden planning app. Plan out your garden beds or indoor seed trays. Track when you planted, transplanted, fertilized and harvested your plants. Get suggested next steps for your plants.
Runs as a Proressive Web App.
Utilizes Garden Planner API for the backend.
$ yarn
# development / watch mode
$ yarn start
# unit tests
$ yarn test
# production build
$ yarn build