Skip to content

The Todo App is a responsive web application built with HTML, CSS, and JavaScript, allowing users to create, manage, and track tasks efficiently. Key features include adding tasks, marking completion, deleting tasks, clearing completed items, and a user-friendly interface designed for productivity.

Notifications You must be signed in to change notification settings

anjalig18/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple yet powerful Todo App built with HTML, CSS, and JavaScript. This app allows you to create, track, and manage your daily tasks effortlessly.

Repository Structure

todo-app/
├── README.md
├── checked.png
├── icon.png
├── index.html
├── script.js
├── style.css
└── unchecked.png

Features

  • Add new tasks to your todo list
  • Mark tasks as completed
  • Delete tasks from the list
  • Clear all completed tasks with a single click
  • Responsive design for optimal viewing on various devices

Getting Started

To get a local copy of the project up and running, follow these simple steps:

  1. Clone the repository
git clone https://github.com/anjalig18/todo-app.git
  1. Open the project directory
cd todo-app
  1. Open index.html in your preferred web browser.

Usage

  1. To add a new task, type your task in the input field and press the "Enter" key or click the "Add" button.
  2. To mark a task as completed, click the checkbox next to the task.
  3. To delete a task, click the "Delete" button next to the corresponding task.
  4. To clear all completed tasks, click the "Clear Completed" button.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

The Todo App is a responsive web application built with HTML, CSS, and JavaScript, allowing users to create, manage, and track tasks efficiently. Key features include adding tasks, marking completion, deleting tasks, clearing completed items, and a user-friendly interface designed for productivity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published