A simple, efficient calculator for determining the perfect soil mix ratios for your garden bed using coco coir, perlite, vermiculite, and worm castings.
- Calculate soil volumes based on garden bed dimensions
- Pre-defined mix ratios (basic and advanced)
- Custom mix ratio support
- Dark mode support
- Mobile-friendly design
- Results in both cubic feet/yards and quarts
- More features to come soon!
Visit cococalcs.jpshlk.com to use the calculator.
Built with:
- Astro
- Tailwind CSS
- Vanilla JavaScript
All commands are run from the root of the project:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
MIT License - feel free to use this code in your own projects!
Contributions are welcome! Please feel free to submit a Pull Request.
Created by @jpasholk - feel free to reach out!
- Thanks to the Astro team for their excellent framework
- Inspired by the need for simple garden planning tools