This is a React project set up with Vite. It includes a frontend with dynamic filtering options and a data grid to display results.
To get started with this project, follow these steps:
- Node.js (>= 14.x)
-
Clone the repository from GitHub:
git clone https://github.com/username/repo-name.git cd repo-name
-
Install the necessary dependencies:
npm install
Start the development server with:
npm run dev