This repository contains the source code for a prayer times website, which provides users with accurate prayer schedules based on their location.
Displays prayer times for Fajr, Dhuhr, Asr, Maghrib, and Isha
Automatically adjusts prayer times based on user's location and time zone Responsive design for optimal user experience on desktop and mobile devices
npm (version 6 or higher) A modern web browser (e.g. Google Chrome, Mozilla Firefox)
Clone the repository using git clone https://github.com/your-username/prayer-times-website.git Install dependencies using npm install Start the development server using npm start
Create a config.json file in the root directory with the following
{
"api_key": "YOUR_API_KEY",
"default_location": "New York, USA"
}
Replace YOUR_API_KEY with your actual API key from a prayer times API provider (e.g. IslamicFinder, PrayerTimes.io).
Contributions are welcome! If you'd like to report a bug or suggest a new feature, please open an issue or submit a pull request.
IslamicFinder for providing prayer times API PrayerTimes.io for providing prayer times API