Hospital Finder is a web application designed to help users quickly locate the nearest hospitals during emergencies. It utilizes Google Maps APIs to identify and display nearby hospitals in real-time. Whether you’re in a new city or facing a critical situation, Hospital Finder ensures that help is just a click away.
Clone the repository ```bash git clone https://github.com/esthercate/Hospital-Finder.git cd frontend
Install dependencies ```bash npm install
Create a .env.local file and add your Google Maps API key ```env NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
Run the development server ```bash npm run dev
Visit ```arduino http://localhost:3000
Contributions and bug fixes are welcome! Here’s how:
This project is licensed under the MIT License – see the LICENSE file for details.