Skip to content

priyankazala/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published