A React Native mobile application for farmers to map their fields, manage crops, and track agricultural activities efficiently.
- Interactive Plot Mapping: Draw and manage farm plots using Google Maps API.
- Crop Information Modal: Add crop name, image, color, sowing and harvest dates.
- Local Storage Support: Save all farm and crop data locally with persistent storage.
- Destroyed/Infected Crop Marking: Visually highlight damaged areas for quick monitoring.
- Real-Time Visualization: View color-coded crops and field insights.
- React Native (Expo)
- Google Maps API
- AsyncStorage / Local Storage
- JavaScript (ES6)
git clone https://github.com/yourusername/farm-mapping-app.git
cd farm-mapping-app
npm install
npx expo start



