Hospital Finder is a web application that helps users locate nearby hospitals using an interactive map. Users can sign in with Google, view hospital locations, and get a list of hospitals based on their location.
- 🔍 Find Nearby Hospitals – Displays hospitals based on user location.
- 🗺️ Interactive Map – Google Maps integration to visualize hospital locations.
- 🔐 Google Authentication – Secure sign-in with Google.
- 📜 Hospital Listings – View details of nearby hospitals in a structured list.
- Frontend: React, Tailwind CSS
- Backend: Firebase Authentication
- APIs: Google Maps API
git clone https://github.com/kapoorsaumitra/hospitalfinder.git
cd hospitalfindernpm installCreate a .env file in the root directory and add your Firebase credentials:
VITE_API_KEY=your_api_key
VITE_AUTH_DOMAIN=your_auth_domain
VITE_PROJECT_ID=your_project_id
VITE_STORAGE_BUCKET=your_storage_bucket
VITE_MESSAGING_SENDER_ID=your_messaging_sender_id
VITE_APP_ID=your_app_idnpm run dev
