Live·Frontend·2023
Todo List App
Feature-rich task manager with LocalStorage persistence
React.jsTailwind CSSLocalStorage
Overview
A well-structured task management app demonstrating clean React state patterns. Tasks persist across page reloads via LocalStorage, with animated filter tabs for all, active, and completed items.
Key Features
- ▸LocalStorage persistence with JSON serialization across page reloads
- ▸Filter tabs for All / Active / Completed with animated indicator underline
- ▸Bulk clear-completed action with optimistic removal animation
- ▸Fully keyboard-accessible with proper ARIA labels throughout
Todo List App
Deployed on Vercel
Other Projects
View allDev Wear
Full-stack e-commerce with cart, JWT auth, and a Node/MongoDB backend — deployed end-to-end on Vercel.
Full-StackWeather Application
Real-time weather app with location search, 5-day forecasts, and a clean responsive UI.
FrontendRecipe Finder
Search and discover recipes with dynamic routing, category filters, and ingredient lookup.
Frontend