KrishiShield AI is a smart agriculture app providing real-time weather, crop insights, pest alerts, fertilizer guidance, and mandi prices. Built using a WebView-based Android app with a Vite frontend, it delivers location-based data to help farmers make informed decisions.
# KrishiShield AI Weather Fix
React/Vite project with live weather data flow:
- Browser geolocation stores `{ lat, lon, name }`.
- Nominatim reverse geocoding resolves city/state.
- Open-Meteo current weather fetch runs after coordinates are available.
- Weather UI shows loading state, real temperature, and real wind.
- Weather failure keeps the last value instead of crashing.