A web-based application to manage and display emergency services. This platform allows users to view nearby emergency services, filter them by category and location, and provides a dashboard for admins to manage services, view requests, and perform other administrative tasks.
- Service Management: Admins can add, edit, or delete emergency services.
- Category Filtering: Services can be filtered by category.
- Nearby Services: Services are displayed along with their distance from the user's location (using geolocation).
- Dashboard: Admin dashboard with key metrics such as total services, total providers, and recent requests.
- Logout: Admins can log out of the system.
- Responsive Layout: The system is mobile-friendly and adjusts to different screen sizes.
- PHP >= 7.4
- MySQL Database
- A web server like Apache or Nginx
- Browser with geolocation support (for nearby services)
Clone the repository to your local machine:
git clone https://github.com/titustum/help-nearby.gitBackend: PHP, MySQL
Frontend: HTML, CSS (Tailwind CSS), JavaScript (FontAwesome)
Database: MySQL
This project is licensed under the MIT License - see the LICENSE file for details.
If you want to contribute to this project, feel free to fork it and submit pull requests. Please make sure your code is well-documented and tested.