Gratify Me is a simple productivity desktop app built with Electron.
It lets you manage rewards and to-dos with a clean, easy-to-use interface.
- Add, view, and delete rewards
- Add, view, toggle completion, and delete to-dos
- Earn rewards when completing tasks
- Simple modal feedback for achievements
- Lightweight and easy to use
To run the Gratify Me app on your Windows computer:
-
Download the packaged release
Download the latest Windows build from the Releases section (look forGratify Me-win32-x64.zip). -
Extract the archive
Unzip the downloaded.zipfile to a folder, for example:
C:\Program Files\Gratify Me -
Run the app
Open the extracted folder and double-clickGratify Me.exeto launch the app. -
Create a desktop shortcut (optional)
- Right-click
Gratify Me.exe - Select Send to > Desktop (create shortcut) for easy access.
- Right-click
- This build is for Windows 64-bit systems only.
- No need to install Node.js, npm, or any development tools to run the packaged app.
- If you encounter Windows security warnings, right-click the
.exefile, select Properties, and check Unblock.
If you want to run or develop the app from source:
-
Clone this repo:
git clone https://github.com/your-username/gratify-me.git cd gratify-me -
Install dependencies:
npm install
-
Start the app:
npm start
main.js - Electron main process code
renderer.js - Renderer process with UI and logic
index.html - The app’s HTML layout
styles.css - App styling
renderer/icons/ - Icons used in the app
package.json - Project metadata and scripts
Electron
JavaScript / HTML / CSS
Node.js APIs for backend logic