A simple todo list application built with Electron for both web and desktop platforms.
- Add, edit, and delete tasks
- Mark tasks as completed
- Save tasks locally
- Electron
- HTML
- CSS
- JavaScript
These instructions will help you get a copy of the project up and running on your local machine.
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/PLMohamed/Todo-list-.git
-
Change into the project directory:
cd electron-todo-list
-
Install dependencies:
npm install
-
Run the application:
npm start
- 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.
This project is licensed under the MIT License
- Hat tip to anyone whose code was used
- Inspiration
- etc.