Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.48 KB

README.md

File metadata and controls

55 lines (46 loc) · 1.48 KB

To Do App README

Overview

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Setup

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd to-do-app
  3. Open index.html in your browser:
    open index.html
    or
    start index.html
    or double-click index.html.

Usage

  1. Add a Task: Type a task into the input field and click "Add" or press "Enter".
  2. Mark as Complete: Click the checkbox next to a task.
  3. Edit a Task: Click on the task text, edit it, and press "Enter".
  4. Delete All Tasks: Click the "Delete All" button.

Hosting

The To Do App is hosted at themegalistapp.netlify.app.

File Structure

  • index.html: Structure of the application.
  • style.css: Styles the application.
  • script.js: Contains application logic.

Author

Priyanka Zala

Enjoy using the To Do App!