The To Do App is a simple web application that allows users to manage their tasks efficiently. Users can add new tasks, mark them as complete, edit tasks, and delete all tasks. The app uses local storage to persist data.
- Add Task: Add a new task to the list.
- Mark Task as Complete: Mark a task as complete.
- Edit Task: Edit the text of an existing task.
- Delete All Tasks: Remove all tasks with one button click.
- Persistent Storage: Tasks are saved in local storage.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd to-do-app
- Open
index.html
in your browser:oropen index.html
or double-clickstart index.html
index.html
.
- Add a Task: Type a task into the input field and click "Add" or press "Enter".
- Mark as Complete: Click the checkbox next to a task.
- Edit a Task: Click on the task text, edit it, and press "Enter".
- Delete All Tasks: Click the "Delete All" button.
The To Do App is hosted at themegalistapp.netlify.app.
index.html
: Structure of the application.style.css
: Styles the application.script.js
: Contains application logic.
Priyanka Zala
Enjoy using the To Do App!