my-first-val
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in miliseconds.
https://gracioelvs--24069d7e3fab11f0b3b376b3cceeab13.web.val.run
#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
- Hospitals
- Emergency Rooms
- Urgent Care Centers
- Pharmacies
- Walk-in Clinics
HTTP
Cron
Email