Skip to content

hyper0939/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

A sleek and modern to-do list application built with Electron.

To-Do List App

Features

  • 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)

Technology Stack

  • Electron
  • HTML/CSS/JavaScript
  • SQLite for data persistence

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/to-do-list.git
    cd to-do-list
    
  2. Install dependencies:

    npm install
    
  3. Start the application:

    npm start
    

Building the Application

To create a distributable package:

npm run make

This will generate distributable packages in the out/make directory.

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

Author

Created by Hyper

About

This is a To Do List, with a clean and responsive design

Resources

License

Stars

Watchers

Forks