Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikiran76/sampletable
https://github.com/saikiran76/sampletable
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/saikiran76/sampletable
- Owner: saikiran76
- Created: 2024-05-22T14:30:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T18:18:14.000Z (6 months ago)
- Last Synced: 2024-05-22T19:36:21.848Z (6 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`