Skip to content

This is a useful task list that remembers your tasks even when you close the page because it uses local storage. You can easily filter your tasks with buttons like 'All,' 'Pending,' 'Complete,' and 'Deleted.'

Notifications You must be signed in to change notification settings

Ankit-Matth/my-toDo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My ToDo List

I utilized HTML, CSS, and JavaScript to develop a simple and practical task manager. One of the key features I incorporated is the concept of local storage, ensuring that users' tasks remain saved even when they close the page. Additionally, I introduced buttons such as "All," "Pending," "Completed," and "Deleted." Using JavaScript, these buttons enable users to filter tasks based on their preferences, enhancing the user experience and providing flexibility in task organization.

Quick Demo

My-To-Do-List.mp4

Technologies Used

  1. HTML
  2. CSS
  3. JavaScript

Creating this project has been a great learning experience for me as a beginner. Through this project, I deepened my understanding of dynamic interactions, event handling, and DOM manipulation in Javascript. The practical implementation of local storage provided hands-on experience in data persistence across sessions. Additionally, incorporating buttons for task filtering increased my knowledge of user interactivity and JavaScript functions. Furthermore, creating this project also increased my understanding of how CSS is used in styling and ensuring interface responsiveness.

Getting Started

Follow the steps below to install and run the project on your local machine.

1. Clone this repository:

git clone https://github.com/Ankit-Matth/my-toDo-list.git

2. Access the project directory:

cd my-toDo-list

3. Open the index.html file in your web browser and see the magic.

About

This is a useful task list that remembers your tasks even when you close the page because it uses local storage. You can easily filter your tasks with buttons like 'All,' 'Pending,' 'Complete,' and 'Deleted.'

Topics

Resources

Stars

Watchers

Forks