This is a small Vite + React demo app for an AI-based crop recommender. It uses local rule-based scoring and Recharts for visualization.
Quick start (Windows PowerShell):
cd "C:\Users\Welcome\OneDrive\Desktop\cpp project\agro-app"
npm install
npm run devOpen http://localhost:5173 in your browser after running the dev server.