Emergency Navigator is a real-time emergency assistance web application that helps users locate nearby hospitals quickly and efficiently using their current location. This version is focused on hospital discovery using an interactive map.
- 📍 Detects your real-time location using browser GPS
- 🏥 Displays nearby hospitals within a few kilometers radius
- 🗺️ Interactive and responsive map powered by Leaflet.js and OpenStreetMap
- 💨 Smooth user interface built with React and Tailwind CSS
- 📱 Mobile-friendly and lightweight
- Frontend: React.js, React Router
- Styling: Tailwind CSS
- Maps & Geolocation:
- Leaflet.js
- OpenStreetMap
- Browser Geolocation API
- Build Tool: Vite
Make sure Node.js and npm are installed.
cd Emergency-Navigator
npm install
npm run dev