Skip to content

abdel-rahmanSalem/prayer-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prayer Times App

An application to display prayer times for cities in Egypt using the Aladhan API.

Table of Contents

About

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.

Technologies Used

  • TypeScript
  • Vite
  • HTML & CSS
  • Axios for API requests

Getting Started

To get started with the Prayer Times App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/prayer-times-app.git
    cd prayer-times-app
  2. Install dependencies:

    npm install
  3. Run the application: bash npm start This will launch the app locally, and you can access it in your web browser.

Usage

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.

Contributing

If you'd like to contribute to the project, follow these guidelines:

  1. Fork the project.
  2. Create a new branch for your feature or bug fix: > git checkout -b feature/my-feature.
  3. Commit your changes: > git commit -m 'Add new feature'.
  4. Push to the branch: > git push origin feature/my-feature.
  5. Open a pull request.