/Alkira-assignment

Table with search and pagination functionalities.

Primary LanguageJavaScript

DataTable In React

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.

Live

This project is hosted on netlify.

https://nba-table.netlify.app/

Features

  • Searching
  • Sorting
  • Pagination
  • Show entries per page
  • Testing using jest
  • Responsive

Run Locally

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

Authors