Skip to content

introvertadnan07/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ToDoList

This is a simple and clean To-Do List application. It lets you add tasks, mark them as completed, and remove tasks when you're done. The goal is to provide a minimal task manager that works smoothly in the browser.

Features

Add new tasks

Mark tasks as completed

Delete tasks from the list

Tasks stay organized and easy to manage

Fully responsive layout

Technologies Used

HTML for structure

CSS for styling

JavaScript for functionality

No external frameworks or libraries are required.

How to Run the Project

Clone the repository:

git clone https://github.com/introvertadnan07/TodoList.git

Open the project folder:

cd TodoList

Open the index.html file in your browser.

You can simply double-click it.

File Structure TodoList/ │ ├── index.html ├── style.css └── script.js

index.html contains the layout.

style.css contains the design and responsiveness.

script.js manages task logic.

Future Improvements (Optional Ideas)

Local storage to save tasks between sessions

Edit existing tasks

Task categories or priority levels

Dark mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors