Skip to content

ebenezerraph/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

Description

This is a simple and elegant to-do list application built with HTML, CSS, and JavaScript. It allows users to add tasks, mark them as completed or incomplete, and delete tasks as needed. The task data is persisted in the browser's local storage, ensuring that the user's tasks are maintained even after closing and reopening the application.

Live Site

You can access the live version of the application here.

Features

  • Add new tasks
  • Mark tasks as completed or incomplete
  • Delete tasks
  • Data persistence using the browser's local storage
  • Responsive and clean user interface

Technologies

  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.