The project follows a directory structure where individual components, including the SimpleTable.tsx, are placed within the components directory.
- SimpleTable.tsx: Main component responsible for rendering the table based on provided data and column definitions.
- Label.tsx: Renders labels based on decision status for specific columns.
To set up and run the project locally:
1.Clone this repository.
2.Run npm install to install dependencies.
3.Start the development server with npm start.
4.Access the application in your browser at http://localhost:3000.