Fetching and Presenting Data in a Table using React-Table
This project demonstrates how to fetch and present data from 2138 APIs in the form of a table using the react-table library. It includes features like global filtering, column filtering, and pagination.
Installation -Clone the repository or download the project files. -Open a terminal and navigate to the project directory. -Run npm install to install the project dependencies.
Features --Fetches data from 2138 APIs.
- --Presents data in a table using the react-table library. --Allows global filtering to search through all columns. --Supports column filtering to search within specific columns. --Provides pagination to navigate through the table.
Dependencies --React --react-table --axios