This repository contains the solution for the HireQuotient assignment. It fetches data from an API and displays it in a table format using React and Material-UI.
- Fetches data from an API endpoint.
- Displays data in a table format.
- Supports expand/collapse functionality for each asset class.
- React
- Material-UI
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm installed on your local machine.
- Clone the repo
git clone https://github.com/your_username_/HireQuotient-Assignment.git
- npm install
-
npm start
-
Open http://localhost:3000 to view it in the browser.