Skip to content

clownfish1805/ToDo-List-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO LIST
This is a simple Todo List web application built with React.

Installation :
1.Ensure you have Node.js installed on your machine.
2.Clone the repository.
3.Run the development server -- npm start.

Features :
1.Add a new task to the to-do list.
2.Edit existing tasks.
3.Delete tasks.
4.Mark tasks as completed.
5.Priority check.
6.Data persistence using local storage.

Dependencies :
1.React
2.useState and useEffect Hooks
3.Bootstrap (for styling)