This repository is dedicated to practicing essential features and components commonly required in machine coding rounds for React.js interviews. Each feature is implemented with clean, modular, and reusable code to build a strong foundation in React.
-
Search Functionality:
A responsive search bar that filters data dynamically as you type. -
Accordion Component:
A collapsible accordion for displaying grouped information in an organized manner. -
Pagination:
A paginated list for managing large datasets with smooth navigation between pages.
- Node.js (v14 or above)
- Yarn (preferred as the package manager)
- Clone the repository:
git clone https://github.com/your-username/machine-coding-preparation.git cd machine-coding-preparation