A simple muslim prayertime reminder app for desktop. Made using Electron with electron-react-boilerplate. UI are made using Material UI.
- Table of Contents
- FAQ
- Features
- Showcase
- Download
- Installation
- Uninstallation
- Customization
- Developing
- Attribution
- Further help
- Q: Compatible platform?
A: This app can be used on Windows and Linux. It should also work on MacOS but unfortunately, I haven't tested it. - Q: What is this app for?
A: This app works just like any other prayer time/reminder app, it shows prayer time schedule for a specific location/date and the reminder for it. - Q: How do i get help for the user settings?
A: You can check out the wiki on this section. - Q: My location is incorrect help
A: You can set the location manually in the settings. For more info check on the options section of the wiki. - Q: Does this work offline?
A: Yes, the app works offline, internet connection is only needed for location detecting (there is also an offline method if an internet connection is not present) and version checking.
- Prayer times with customizable reminder/notification
- Prayer times schedule (calendar)
- Export prayer times schedule
- Adhan
- Qibla direction
This app is quite modern looking because of Material UI, it also have dark and light theme.
- Download the latest release from GitHub
- Extract/Install
- Run the program
Run the uninstaller if you are using the installer version. If using the portable version, you can just delete the folder. On windows, there might be a registry left behind that you can delete if want to by going to regedit and delete the Simple PrayerTime Reminder
registry on \HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
.
Check the wiki for more information.
This app is developed using Electron React Boilerplate. It uses Electron, React, React Router, Webpack and React Fast Refresh.
Install all the packages:
npm install
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
This will compile the app into the release
folder.
To compile the app into a certain architecture/platform, you can add extra options to the package
command, ex:
npm run package --win --ia32
# If npm does not work, try to use yarn
yarn package --win --ia32
For commands list you can check in the official electron builder website
You can check this repo's wiki or You can ask in discussions
See Electron React Boilerplate docs and guides here
MIT © Dadangdut33 and MIT © Electron React Boilerplate
Adhan uploaded by Ayat Via Youtube
Mosque icons created by Freepik - Flaticon
- Check the Wiki
- Submit an Issue
- Ask in Discussion