A simple Electron-based desktop application for managing your todo list.
- Add tasks to your todo list
- Mark tasks as completed
- Delete tasks from the list
- Automatically save your todo list between sessions
- Install the required dependencies:
npm install
- Running the Application
npm start
- To build the application for distribution, run the following command from the project directory:
npm run dist