An interactive web application that allows users to explore and learn about various medicinal plants through detailed 3D models and comprehensive information.
- Interactive 3D Models: Explore detailed 3D representations of medicinal plants.
- Comprehensive Plant Information: Learn about each plant's common names, habitat, medicinal uses, and cultivation tips.
- Search Functionality: Easily find specific plants using the search bar.
- Educational Resources: Access detailed information and resources about each plant.
Herbal-Garden/
├── public/
│ ├── index.html
│ └── (static assets)
├── src/
│ ├── components/
│ │ └── (React components)
│ ├── supabase/
│ │ └── (Supabase client and utilities)
│ ├── App.tsx
│ └── main.tsx
├── .gitignore
├── Dockerfile
├── README.md
├── bun.lockb
├── components.json
├── eslint.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.ts
├── tsconfig.app.json
├── tsconfig.json
└── tsconfig.node.json
-
Clone the Repository:
git clone https://github.com/samarthdadhaniya/Herbal-Garden.git cd Herbal-Garden -
Install Dependencies:
Ensure you have Bun installed. Then, run:
bun install
-
Set Up Supabase:
Configure your Supabase credentials in the appropriate configuration file to enable database connectivity.
-
Start the Development Server:
bun run dev
The application will be accessible at
http://localhost:3000.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.