Todo Tracker#

This todo tracking app is a learning project built as part of the Code the Dream React curriculum. I had worked with react extensively but never got any certification to prove it or a bootcamp to teach me the small details. The amazing Code the Dream mentors and volunteers helped me learn new bits about the modern stack. This app is a fully interactive Todo List demonstrating key React concepts and real-world component architecture.
Project Highlights#
Component-based architecture and modular structure
State management using useState, useReducer, and Context
Controlled forms and live validation
Sorting, filtering, and dynamic UI updates
Inline styling for consistency across components
Navigation with React Router
Auth and User management with custom hooks