An interactive visualization tool for tracking plants in a garden over time. This project allows you to:
- View a 2x6 grid of garden beds
- Track plants in square-foot sections
- See what's planted at any given time throughout the year
- Plan and visualize garden layouts
- Interactive timeline navigation
- Square foot gardening grid
- Plant tracking with planting and harvest dates
- Material Design UI
- Responsive layout
To run this project locally:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
The garden data is stored in YAML format, organized by:
- Garden layout (bed dimensions and positions)
- Plantings (grouped by planting date and bed)
Feel free to submit issues and enhancement requests!