A minimal, single-page React application that displays daily prayer times for a selected city using the AlAdhan API. Built with React functional components, Axios, and Bootstrap for styling.
- Search by City and Country.
- Display daily prayer times: Fajr, Dhuhr, Asr, Maghrib, Isha.
- Show today’s Gregorian and Hijri date.
- Responsive layout using Bootstrap grid system.
- Loading indicator while fetching data.
- Error handling for invalid city or country input.
- React – Functional Components + Hooks for state management.
- Axios – For API calls to AlAdhan.
- Bootstrap – For responsive layout and styling.
- AlAdhan API – Provides prayer times.
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/hamza5849/mosque-timings-app.git