This project is a React-based form that demonstrates common frontend skills like form validation, state management, and UI interactivity. It includes email/password validation, duplicate entry checks, and more.
A simple React Todo App built with functional components and hooks.
Features include adding todos with validation, deleting todos, toggling completion, searching, and filtering (All / Active / Completed).s
A simple React app that demonstrates search and filter functionality on a product list.
Users can search products, filter by category, rating, and apply price range filters.
A simple React application that fetches posts from an API and displays them with client-side pagination.
- Users can sort products by price in two ways:
- Low to High
- High to Low
- Uses JavaScript’s
Array.sort()with a compare function:- Low to High:
(a.price - b.price) - High to Low:
(b.price - a.price)
- Low to High:
- 7.🛒 SortProd product
- Live Url
Persistent Counter App with increment, decrement, clear functionality, and state saved in localStorage for reload persistence.
implement modal open and close on event( button click)
Theme Toggle dark and light mode
AutoComplete Search bar
Dynamic ProgressBar
Move to Top
AutoFocus form and validations
Create Reusable Tooltip components
Live Clock
Accordion
Click to Clipboard
Infinite scrollbar
Image Carousel
Drag and Drop Interactions
Responsive Navbar
MultiStep Form