Skip to content

A simple Desktop application to manage todo list using electron

Notifications You must be signed in to change notification settings

PLMohamed/Todo-list-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Todo List App

A simple todo list application built with Electron for both web and desktop platforms.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Save tasks locally

Technologies Used

  • Electron
  • HTML
  • CSS
  • JavaScript

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

  • Node.js and npm installed

Installing

  1. Clone the repository:

    git clone https://github.com/PLMohamed/Todo-list-.git
  2. Change into the project directory:

    cd electron-todo-list
  3. Install dependencies:

    npm install
  4. Run the application:

    npm start

Usage

  • Add a new task by entering it in the input field and pressing "Enter."
  • Edit a task by double-clicking on it.
  • Mark a task as completed by clicking the checkbox.
  • Delete a task by clicking the delete icon.

License

This project is licensed under the MIT License

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.