Built DataTable using ReactJs and React Bootstrap, which has features like sorting, searching, pagination and entries per page. This is an assignment given by Alkira Inc.
This project is hosted on netlify.
https://nba-table.netlify.app/
- Searching
- Sorting
- Pagination
- Show entries per page
- Testing using jest
- Responsive
Clone the project
https://github.com/MiheerTamkhane/Alkira-assignment.git
Go to project directory
cd Alkira-assignment
Install dependencies
npm install
Start the server
npm start