A crowdsourced emergency reporting platform that maps disasters in real time using user input and satellite data.
During natural disasters, many areas remain unassisted due to lack of real-time information. We wanted to empower affected individuals to report emergencies directly, so responders and volunteers can act fast — even in areas off the radar.
EmergenSite is a real-time disaster map where:
- Users can report incidents like floods, fires, and infrastructure damage.
- Reports appear on a live map using geolocation and timestamps.
- We integrate satellite data for a larger perspective.
- Government officials, NGOs, and the public can see high-risk zones and act accordingly.
- Frontend: HTML, CSS, JavaScript (map rendering and form inputs)
- Backend: Firebase for storing and syncing reports
- APIs Used: Google Maps API, Satellite imagery datasets
- Deployment: GitHub Pages / Firebase Hosting
👉 Watch Demo Video
- 🌍 Interactive map with pins for each user-submitted report
- 📝 Emergency report submission with description and timestamp
- 📡 Satellite layer toggle
- 🔍 Filter by type of emergency
git clone https://github.com/your-username/emergensite.git
cd emergensite
# Open index.html in a browser or use Live Server in VS Code