Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saikiran76/sampletable


https://github.com/saikiran76/sampletable

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Admin Dashboard for Books
This project is an admin dashboard table for listing book records. The data is fetched from the Open Library API and displayed in a tabular format. The table includes support for pagination and sorting.

## Snaps of the Table
![image](https://github.com/saikiran76/SampleTable/assets/80874246/e1b83f62-6e38-44b9-9849-279c86664197)

## Features
Fetches book data from the Open Library API
Supports pagination with options to display 10, 50, or 100 records per page
Allows sorting in ascending or descending order on all columns

## Installation

### Clone the repository:

`git clone https://github.com/your-username/admin-dashboard-books.git`

### Navigate to the project directory:

`cd SampleTable`

### Install the dependencies:

`npm install`

### Running the Project
Start the development server:

`npm start`

Open your browser and navigate to `http://localhost:3000`