Everything Islam helps you get push notifications for for prayer times and save Quran verses as bookmarks.
We will implement these following features eventually.
- Prayer Time based on region.
- Loading Animations using DaisyUI Skeleton
- Store data in a json file then fetch tha data.
- Sign in users using Auth.js
- Store the user data in a database like postgres, etc.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
- I've deployed this project on Vercel.
- You can clone this repo and try deploying the backend to sites like xata.io, planetscale.com, etc.
First, clone the repo then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.