An application to display prayer times for cities in Egypt using the Aladhan API.
The Prayer Times App retrieves and displays daily prayer times for cities in Egypt using the Aladhan API. The user interface and user experience have been designed by Abdelrahman.
- TypeScript
- Vite
- HTML & CSS
- Axios for API requests
To get started with the Prayer Times App, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/prayer-times-app.git cd prayer-times-app
-
Install dependencies:
npm install
-
Run the application:
bash npm start
This will launch the app locally, and you can access it in your web browser.
Upon running the app, you can select a city from the available list in Egypt, and the app will display the prayer times for that city.
If you'd like to contribute to the project, follow these guidelines:
- Fork the project.
- Create a new branch for your feature or bug fix: > git checkout -b feature/my-feature.
- Commit your changes: > git commit -m 'Add new feature'.
- Push to the branch: > git push origin feature/my-feature.
- Open a pull request.