Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-Do List Web App

I developed this basic to-do list application using HTML, CSS, and JavaScript.
It allows users to manage daily tasks — including adding, completing, and deleting them. The data is stored locally using the browser's localStorage API.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Store task data locally in browser
  • Clean and responsive design

Technologies Used

HTML, CSS, JavaScript, localStorage

How to Run

  1. Clone this repository or download the ZIP
  2. Open the folder
  3. Double-click index.html to open it in a browser

Live Project Link

https://Thivagar555.github.io/Simple-ToDo-App/

What I Learned

This project helped me understand how to build a complete browser-based application using just frontend technologies.
I learned how to dynamically create and update elements using JavaScript and how to make data persist using the localStorage API.
It also taught me the importance of user experience, clean UI, and how small frontend projects are structured.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages