Skip to content

manoj-hubgit/zenclass-ReactTodo-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo Application

This is a simple Todo application built using ReactJS. The application allows users to add, edit, delete, and filter todos based on their completion status.

Features

  • Add new todos with a title and description
  • Edit existing todos
  • Delete todos
  • Filter todos by their completion status (All, Completed, Not Completed)
  • Persistent state management using React Hooks (useState)