Skip to content

Gowjesh/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do-List

A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript. This project allows users to add, delete, and manage daily tasks efficiently.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Responsive design for mobile and desktop

Project Structure

├── index.html      # Main HTML file
├── style.css       # Styling for the app
├── script.js       # JavaScript logic
└── README.md       # Project documentation

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

Preview

image

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/To-Do-List.git
  2. Navigate to the project folder:
    cd To-Do-List
  3. Open index.html in your browser.

Usage

  • Type your task in the input field.
  • Click "Add" to include it in the list.
  • Click the checkbox to mark it as done.
  • Click the trash icon to delete a task.

About

A To-Do List web application built using HTML, CSS, and JavaScript that allows users to add, edit, and delete tasks, with a color toggle feature to switch between various themes for a personalized and visually engaging task management experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors