Hi, this is a Simple To Do App I built with electron (electron-forge template).
These can be found in Github Releases, link here: https://github.com/kethan1/Simple-To-Do-App/releases/latest.
To Run Code:
Make sure you have Node.js, npm and yarn (installable with npm install -g yarn
) installed.
Download this repo and unzip the folder. cd into the folder. Then, run the below commands:
yarn
Commands documented here: https://www.electronforge.io/cli#commands
Pull requests and issues are welcome, and appreciated!