To run locally:
cd my-react-appnpm install- only during first runnpm run dev
Approach & Features This prototype was built using React to create an interactive search and filter UI. Key features include:
- Search Functionality – Filters accounts dynamically as the user types.
- Sorting System – Clickable headers allow sorting in ascending/descending order.
- Advanced Filtering – Allows filtering by status, date, and keywords.
- Toggleable Sidebar – A smooth-sliding filter panel (position: fixed;).
- CSS Styling – flexbox, z-index, and transition for smooth animations