Skip to content

Atishay96/todolist

Repository files navigation

todolist

it's a to list done with electron js by which one can make desktop apps.

the file is integrated with sqlite3 database so whatever you add gets stored locally.

to run it, follow the steps given below.

  1. go to the root directory and write "npm install". it will install all the necessary packages.

  2. now write "npm run rebuild".

  3. now write "npm start"

voila. your application will start.

to make a build in write

  1. npm run package-win for windows
  2. npm run package-linux for linux
  3. npm run package-mac for mac

NOTE: if you want to make a windows build you must be using windows OS. same with linux and mac.

About

it's a to do list done with electronjs by which one can make desktop apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published