This is a simple yet powerful ToDo List application built with JavaScript. It allows users to manage their tasks effectively. Users can add tasks, mark tasks as completed, delete tasks. The application also supports two themes: standard and light.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Two themes: standard and light
- Persist tasks across sessions (using Local Storage)
- Clone the repository:
git clone https://github.com/IliaKani/todo-list.git
- Open
index.html
in your browser.
- Enter a task in the input field and click "Add" or press Enter to add a new task.
- Click the check button to mark a task as completed.
- Click the trash button to delete a task.
- Click the "Standard Theme" or "Light Theme" button to switch themes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.