SoilSense is an intelligent web application that helps farmers, environmentalists, and researchers analyze and monitor soil health effortlessly.
By combining modern frontend design and simple automation tools, it delivers a smooth user experience that stands out in hackathons.
🔗 https://soilsense-app.vercel.app/
- 🌍 Beautiful & Responsive UI – Modern layout with smooth animations.
- 🧠 AI Soil Analysis (Future Integration) – Analyze soil samples and get detailed insights.
- 🗺️ Interactive Map Section – Visualize soil conditions regionally.
- 💌 Contact Form – Directly send messages to the owner (connected via FormSubmit).
- ⚡ Fast & Secure Deployment – Hosted on Vercel with CI/CD support.
| Layer | Technology Used |
|---|---|
| Frontend | React.js + Bootstrap 5 |
| Styling | CSS3 + Animate.css |
| Form Handling | FormSubmit |
| Deployment | Vercel |
| Icons | Bootstrap Icons |
The app is fully frontend-based — no backend server required.
Form submissions are handled securely via FormSubmit, which forwards all messages directly to your email after one-time activation.
- Node.js 18+
- npm or yarn package manager
# Clone repository
git clone https://github.com/rebira678/soilsense-app.git
# Navigate into project
cd soilsense-app
# Install dependencies
npm install
# Start development server
npm run dev