#Healthcare Express š„
A web application that helps patients find and access emergency healthcare services based on their location.
- Location-based Emergency Services: Automatically detects user location or allows manual entry
- Emergency Service Types: Hospitals, urgent care centers, pharmacies, and emergency rooms
- Real-time Information: Contact details, directions, and basic service information
- Emergency Contacts: Quick access to emergency numbers (999, poison control, etc.)
- Accessibility: Mobile-friendly design for emergency situations
āāā backend/
ā āāā index.ts # Main Hono server
ā āāā routes/
ā āāā healthcare.ts # Healthcare service endpoints
āāā frontend/
ā āāā index.html # Main HTML template
ā āāā index.tsx # React frontend entry point
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā LocationInput.tsx
ā ā āāā ServiceList.tsx
ā ā āāā EmergencyContacts.tsx
ā āāā style.css # Custom styles
āāā shared/
āāā types.ts # Shared TypeScript types
- Visit the main application at the HTTP endpoint
- Allow location access or manually enter your location
- View nearby emergency healthcare services
- Get directions and contact information
- Access emergency contact numbers
- Backend: Hono (TypeScript)
- Frontend: React with TypeScript
- Styling: TailwindCSS
- APIs: Overpass API (OpenStreetMap) for healthcare facility data
- Geolocation: Browser Geolocation API
Emergency Services Covered
- Hospitals
- Emergency Rooms
- Urgent Care Centers
- Pharmacies
- Walk-in Clinics