A simple Todo List application built with Electron. This project helps you manage your tasks with a straightforward interface for adding and removing tasks.
- Add new tasks to your todo list
- Remove tasks from your todo list
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (which comes with npm)
- Clone the repository
git clone https://github.com/umutcansahin/Todo-List-Electron-App.git cd Todo List
-
Install Dependencies npm install
-
Run the Application
-
npm start
To build the application for distribution, use the following command: npm run build
This will create a distribution package that you can share with others.
If you have suggestions or improvements, feel free to fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.