Krushi Sahay is a web-based platform designed to bridge the gap between farmers and the government. It enables farmers to access government schemes, file complaints, track statuses, check weather updates, sell crops online, and get support and information in an easy and interactive way.
- 📊 Dashboard: Monitor complaint statuses, applications, and personal records.
- 📜 Government Schemes: Explore all central and state schemes with step-by-step guidance.
- 📨 File a Complaint: Report issues and notify the government authorities.
- 🌦️ Weather Forecast: Check daily weather to plan farming activities efficiently.
- 🛠️ Grievance / Support: Access assistance for scheme-related or technical problems.
- ❓ FAQs: Answers to common questions about farming, schemes, and platform usage.
- 🌾 Sell Your Crops: Sell produce directly online, bypassing middlemen for better earnings.
- 📅 Upcoming Events: Stay informed about farmer-related events and programs.
- 🏆 Achievements Slider: Display of certificates, awards, and recognitions.
KrushiSahay/
├── index.html
├── dashboard.html
├── login.html
├── register.html
├── weather.html
├── schemes.html
├── complaint.html
├── support.html
├── faq.html
├── ecommerce.html
├── events.html
├── css/
│ ├── style.css
│ ├── slider.css
│ ├── faq.css
├── javascript/
│ ├── script.js
│ ├── popup.js
│ ├── slider.js
│ ├── weather.js
│ ├── faq.js
│ ├── register.js
│ ├── login.js
├── PHP/ # PHP scripts (login, logout, complaint handling)
├── Assets/
│ ├── images/ # All images: certificates, banners, logos, etc.
│ └── icons/ # All icons used in the site
├── README.md
└── LICENSE
- HTML5 & CSS3 – Structure and styling of pages
- JavaScript – Interactive elements such as sliders, popups, and form validation
- PHP – Backend operations for login, logout, and handling complaints
- 📱 Responsive Design – Compatible with desktops, tablets, and mobile devices
Clone the repository:
git clone https://github.com/JINAY2910/KrushiSahay.git