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)