A sleek and modern to-do list application built with Electron.
- Create and manage tasks with a beautiful, neon-styled interface
- Mark tasks as complete with an animated checkbox
- Local data storage using SQLite
- Cross-platform desktop application (Windows, macOS, Linux)
- Electron
- HTML/CSS/JavaScript
- SQLite for data persistence
-
Clone the repository:
git clone https://github.com/yourusername/to-do-list.git cd to-do-list -
Install dependencies:
npm install -
Start the application:
npm start
To create a distributable package:
npm run make
This will generate distributable packages in the out/make directory.
This project is licensed under the GPL-3.0 license - see the LICENSE file for details.
Created by Hyper
