Todo List Application

A simple Todo List application built with Electron. This project helps you manage your tasks with a straightforward interface for adding and removing tasks.

Features

  • Add new tasks to your todo list
  • Remove tasks from your todo list

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone the repository

git clone https://github.com/umutcansahin/Todo-List-Electron-App.git cd Todo List

  1. Install Dependencies npm install

  2. Run the Application

  3. npm start

Building the Application

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.

Contributing

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.