Skip to content

aryandas2911/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List ✅

A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript.
This project was created to practice frontend development and understand the complete workflow of building a UI-based application from scratch.

📌 Features

  • Add new tasks with ease
  • Mark tasks as completed
  • Remove tasks
  • Persist tasks using localStorage
  • Clean and responsive UI design

🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript
  • localStorage (for saving tasks even after browser reload)

📷 Preview

To-Do List Preview

📁 Folder Structure

├── index.html ├── style.css ├── script.js └── images/

🚀 How to Run Locally

  1. Clone the repository
    git clone https://github.com/aryandas2911/To-Do-List.git   
    cd todo-list
    
  2. Open index.html in your browser

About

A simple yet functional To-Do List web app built to practice frontend development and understand the workflow of building frontend with HTML, CSS, and JavaScript using localStorage for data persistence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors