Todo- list manager
Todo is an app made with jQuery, HTML and CSS wrapped in electron framework to create a native desktop application for all platforms. It can retain the list stored in it even if it is closed or the system is restarted.
Getting Started
Prerequisites
It is assumed that you have npm package manager installed on your system.
Installation
The necessary dependencies are in the package.json file so just run npm install
to get them installed.
Create executable package
- To create a windows executable package, run
npm run build:win
and once successfully completed, check dist/todo-win32-x64.
Tasks to do
Use electron-packager to create an executable file- Create a single setup package to help distribute the app
- Create taskbar accessible version using menubar
- Add electron-packager build script for other platforms
Support or Contact
Having trouble with the project? Raise a issue here and I will help you sort it out.