A comprehensive interactive web application for cannabis growers to explore and compare different nutrient brands and feeding systems. This tool provides detailed information about popular hydroponic and organic nutrient lines to help growers make informed decisions for their cultivation setup.
Part of the GrowApp Cannabis ecosystem - growappcannabis.guide
- Features
- Nutrient Brands
- Technology Stack
- Installation
- Usage
- Project Structure
- Integration
- Contributing
- License
- Interactive Dropdown Menu: Easy-to-use interface for nutrient brand selection
- Detailed Product Information: Comprehensive descriptions, usage instructions, and benefits
- Brand Logos & Product Images: Visual identification of nutrient lines
- Direct Links: Quick access to manufacturer websites for purchasing
- Responsive Design: Mobile-friendly interface with Bootstrap framework
- Professional Branding: Loyal9 LLC branded interface
The application features 6 popular cannabis nutrient brands:
- Mammoth Silica (SI) - Premium silica supplement for enhanced plant structure
- General Hydroponics BioThrive - Organic grow and bloom nutrients
- Technaflora Recipe for Success - Complete starter nutrient kit
- General Hydroponics Flora Series - Original 3-part hydroponic system
- Fox Farm Liquid Trio - Big Bloom, Grow Big, and Tiger Bloom pack
- Advanced Nutrients Bud Candy - Carbohydrate supplement for enhanced flavors
- Frontend: HTML5, CSS3, JavaScript (ES6)
- Framework: Bootstrap 4.6.1
- Libraries: jQuery 3.6.0, D3.js 4.11.0
- Icons: Font Awesome 4.7.0
- Styling: Custom CSS with responsive design
-
Clone the repository:
git clone https://github.com/Shannon-Goddard/grow_nutrients.git cd grow_nutrients -
Open in browser:
# Simply open index.html in your web browser open index.html -
Or serve locally:
# Using Python python -m http.server 8000 # Using Node.js npx serve .
- Select Nutrients: Click the "Dropdown" button to view available nutrient brands
- View Details: Click on any nutrient brand to see detailed information
- Visit Manufacturer: Click the website link to visit the official product page
- Mobile Navigation: Use the hamburger menu for mobile navigation
This nutrient guide integrates seamlessly with the broader GrowApp ecosystem:
- Strain Database: Works with grow_data strain information
- Filtering Interface: Complements grow_filter search capabilities
- Main Application: Powers nutrient selection in growappcannabis.guide
grow_nutrients/
βββ pics/ # Header images and graphics
β βββ gif.gif
β βββ header.png
βββ static/
β βββ CSS/
β β βββ style.css # Custom styling
β βββ images/ # Brand logos and product images
β β βββ an_logo.png # Advanced Nutrients
β β βββ biothrive.png # BioThrive products
β β βββ fox_logo.png # Fox Farm
β β βββ gh_logo.png # General Hydroponics
β β βββ ...
β βββ js/
β βββ app.js # Application logic
β βββ data.js # Nutrient data structure
βββ index.html # Main application interface
βββ LICENSE # MIT License
βββ README.md # Project documentation
The nutrient data is structured for easy integration:
{
index: "0",
name: "manufacturer-website.com",
web: "https://manufacturer-website.com/product/",
nute: "static/images/logo.png",
info: "Detailed product description...",
pic: "static/images/product.png"
}- Compatible with GrowApp main application
- Integrates with strain database for complete grow planning
- Supports mobile and desktop interfaces
- Fork the repository
- Create a feature branch (
git checkout -b feature/nutrient-brand) - Commit changes (
git commit -am 'Add new nutrient brand') - Push to branch (
git push origin feature/nutrient-brand) - Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2025 Shannon Goddard | Loyal9 LLC
This application is for educational and informational purposes only. Always follow local laws and regulations regarding cannabis cultivation. Nutrient information is provided for reference - consult manufacturer guidelines for proper usage and dosing.
Built with πΏ by Shannon Goddard | Loyal9 LLC