A sticky note widget built with Electron.js. It stays on top of your screen, lets you add tasks, check them off, move the widget around, and resize it! 📂 How to Install & Run Step 1: Install Node.js & npm Make sure you have Node.js installed. After installation, check by running: node -v npm -v
Step 2: Clone This Repository
Step 3: Install Electron npm install
Step 4: Run the Widget using: npx electron .
Troubleshooting If "Access Denied (0x5)" Error Appears: Run the terminal as Administrator Try running Electron inside PowerShell (Admin Mode)