A simple muslim prayertime reminder app for desktop. Made using Electron with electron-react-boilerplate. UI are made using Material UI.
This app is quite modern looking because of Material UI, it also have dark and light theme.
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