Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.1 KB

README.md

File metadata and controls

68 lines (43 loc) · 1.1 KB

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.