You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Todo application developed to help me understand and implement key concepts in web development. Through this project, I gained hands-on experience with CRUD operations (Creating, Reading, Updating, and Deleting records) and explored essential React concepts such as State Management, React Context, and Custom Hooks.
A modern Todo application built with React.js featuring component-based architecture, props, state management, event handling, task filtering, search functionality and local Storage.
This is a simple to-do list application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The application allows users to create, read, and delete to-do items.