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.
$ npm install# development / watch mode
$ npm run start# unit tests
$ npm run test# production build
$ npm run build