Copyright (c) 2026 VN GEETHANJAIL. All rights reserved
Intelligent Emergency Response During the Golden Hour
RescueNet is an AI-powered emergency response platform designed to provide immediate assistance during road accidents and medical emergencies. The system helps users quickly locate nearby emergency services, trigger SOS alerts, access first-aid guidance, and simulate automated crash response workflows.
Built as a hackathon MVP focused on speed, accessibility, and life-saving emergency coordination
- One-tap emergency activation
- Simulated automated emergency response workflow
- Emergency alert modal with visual feedback
- Fast access to nearby hospitals and services
- GPS connection monitoring
- Emergency service availability indicators
- Crash detection simulation
- Network health status
- Locate nearby:
- Hospitals
- Trauma Centers
- Police Stations
- Emergency Services
- Interactive emergency service cards
- Estimated distance and ETA display
- Navigation-ready workflow
- Simulated crash-detection workflow
- Automated emergency countdown system
- Intelligent SOS escalation demo
- Visual emergency alert system
Interactive emergency guidance center including:
- CPR Basics
- Severe Bleeding Response
- Fracture Handling
- Burn Treatment
- Emergency Safety Tips
Designed for quick reference during critical situations before professional help arrives.
- Add and manage emergency contacts
- Local storage persistence
- Quick-access emergency information
- Modern dark emergency-response interface
- Red neon emergency styling
- Mobile-first responsive design
- Smooth animations and transitions
- Glassmorphism-inspired emergency cards
- Interactive emergency workflow visuals
- React
- Vite
- TailwindCSS
- React Router DOM
- Framer Motion
- Lucide React
- React Leaflet
- OpenStreetMap
src/
│
├── components/
│ ├── emergency/
│ ├── firstaid/
│ ├── layout/
│ └── ui/
│
├── pages/
│ ├── Home.jsx
│ ├── Services.jsx
│ ├── Contacts.jsx
│ ├── FirstAid.jsx
│ └── About.jsx
│
├── utils/
│ ├── geolocation.js
│ └── mockData.js
│
└── App.jsx