KrishiHelp is a sustainable agriculture platform dedicated to empowering farmers and agri-enthusiasts with eco-friendly insights and smart tools. By promoting climate-resilient practices, resource-efficient farming, and data-driven analysis, KrishiHelp helps users make informed decisions that nurture both their crops and the environment. From personalized recommendations to green-tech tools, everything you need for smarter, cleaner farming — all in one place.
- 🧠 AI Assistant for smart agriculture support
- 📊 Crop analysis form with user-friendly interface
- 🛠 Tools section with deployable agri-bots (in progress)
- 🌐 Multilingual support via
react-i18next - 🎨 Responsive UI built using React
KrishiHelp/
├── Frontend/
│ ├── public/
│ └── src/
│ ├── components/ # Header, Footer, Cards etc.
│ ├── pages/ # Home, Tools, Register, Dashboard etc.
│ └── assets/ # Images, icons
└── Backend/ # Optional backend for analysis tools (if applicable)- Frontend: React, React Router, react-i18next, CSS
- Backend: Node.js, Express (if applicable)
- Bundler: Vite
- Version Control: Git + GitHub
git clone https://github.com/akkii1306/KrishiHelp.git
cd KrishiHelp/Frontendnpm installnpm run dev