An open API service indexing awesome lists of open source software.

https://github.com/elharchaoui-sifeddine/todoapp

simple to do app
https://github.com/elharchaoui-sifeddine/todoapp

to-do-app to-do-list to-do-list-javascript todoapp todolist

Last synced: 8 months ago
JSON representation

simple to do app

Awesome Lists containing this project

README

          

# ToDo App

## Description

The ToDo App is a simple yet powerful task manager that helps you organize your tasks and stay productive.

## Demo

You can view a live demo of the ToDo App [here](https://elharchaoui-sifeddine.github.io/ToDoApp/).

![ToDo App Demo](demo.gif)

## Features

- Add tasks: Easily add new tasks to your list.
- Edit tasks: Modify task descriptions or details as needed.
- Mark tasks as completed: Keep track of your progress by marking tasks as completed.
- Delete tasks: Remove tasks that are no longer needed.

## Technologies Used

- **HTML**: For the structure and layout of the app.
- **CSS (Tailwind CSS)**: For styling and design.
- **JavaScript**: For dynamic functionality and interactivity.

## Installation

To install the ToDo App locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/ELHARCHAOUI-SIFEDDINE/ToDoApp.git

2. Navigate to the project directory:

cd path\to\ToDoApp

## Usage

- **Adding a Task**: Simply type your task in the input field and click the "Add" button.
- **Editing a Task**: Double-click on a task to edit its description.
- **Completing a Task**: Click on the checkbox next to a task to mark it as completed.
- **Deleting a Task**: Click on the delete icon next to a task to remove it from the list.

## Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue if you encounter any bugs or have suggestions for improvements.

## License

This project is licensed under the [MIT License](LICENSE).

Made with ❤️ by EL HARCHAOUI SIF-EDDINE