Automatic Sehri (Sehri/Suhoor) and Iftar times based on your location.
This app helps you track Ramadan timings and related information.
- View daily Ramadan timings
- Simple, clean interface
- Built with Next.js and TypeScript
- Install dependencies:
npm install
- Configure any required environment variables in
.env.local(see.env.examplefor reference). - Start the development server:
npm run dev
app/— Main application pages and layouthooks/— Custom React hookslib/— Utility functions
- Next.js
- React
- TypeScript
- Tailwind CSS
-
Arabic: اللَّهُمَّ إِنِّي لَكَ صُمْتُ وَبِكَ آمَنْتُ وَعَلَيْكَ تَوَكَّلْتُ وَعَلَى رِزْقِكَ أَفْطَرْتُ
- Transliteration: Allahumma inni laka sumtu wa bika aamantu wa 'alayka tawakkaltu wa 'ala rizq-ika-aftartu
- Translation: O Allah! I fasted for You and I believe in You and I put my trust in You and with Your sustenance I break my fast.
-
Arabic: ذَهَبَ الظَّمَأُ وَابْتَلَّتِ الْعُرُوقُ وَثَبَتَ الأَجْرُ إِنْ شَاءَ اللَّهُ
- Transliteration: Dhahaba adh-dhama'u wabtallatil-'urooqu wa thabatal-ajru insha'Allah
- Translation: Thirst has gone, the veins are moist and the reward is confirmed, if Allah wills.
-
Arabic (Ramadan month intent): نَوَيْتُ صَوْمَ شَهْرِ رَمَضَانَ لِلَّهِ تَعَالَى
- Transliteration: Nawaitu sawma shahri Ramadan lillahi ta'ala
- Translation: I intend to fast the month of Ramadan for the sake of Allah, the Exalted.
-
Arabic (Single day intent): نَوَيْتُ صَوْمَ غَدٍ لِلَّهِ تَعَالَى
- Transliteration: Nawaitu sawma ghadin lillahi ta'ala
- Translation: I intend to fast tomorrow for the sake of Allah, the Exalted.
MIT