This project aims to visualize light pollution levels across India using an interactive map. Built with Node.js (backend) and React.js (frontend), our application displays pollution levels and severity for each state, helping raise awareness and inform decision-making.
✅ India Map Visualization – Displays each state's light pollution level
✅ Severity Indicators – Highlights areas with high, medium, and low pollution
✅ Interactive UI – Enhances data representation for better insights
- Frontend: React.js, Leaflet.js (for map visualization)
- Backend: Node.js, Express.js
- Data Handling: JSON/GeoJSON (for mapping pollution levels)
https://drive.google.com/drive/folders/1lMqwKyCzH38K2yWkwcfW_K2B9TO1mJC_?usp=sharing
https://drive.google.com/drive/folders/1aDfObdjrqMU5yMTZPr2kl16n-PNjP5H7
Ensure you have Node.js and npm/yarn installed.
After cloning the repository and cd <repository-name>
# Step 1: Install the necessary dependencies.
npm i
# Step 2: Start the development server with auto-reloading and an instant preview.
npm run dev