Salatify is an open-source initiative dedicated to providing a comprehensive collection of resources and tools related to Islamic knowledge and practices.
just me @MohamedLifa
Framework: Next.js
Language: TypeScript
Styling: Tailwind CSS with Shadcn UI.
-
Create a dedicated page for displaying accurate prayer times based on the specific location.
-
Integrate a Qibla direction feature to help users find the direction of the Kaaba for their prayers.
-
Develop a Quran integration feature, allowing users to explore verses, translations, and interpretations within Salatify.
-
Create a Zikr companion feature to guide users in remembrance and spiritual reflection.
To run this project, you will need to add the following environment variables to your .env file
API_KEY_HADITHS
you can obtain it from here
Clone the project
git clone https://github.com/Mohamed-lifa7/salatify.git
Go to the project directory
cd salatify
Install dependencies
pnpm install
Start the development server
pnpm dev