Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/pagination-react-project
Pagination Project using React
https://github.com/pktcodes/pagination-react-project
api client-side-pagination css3 ecmascript github-api html5 javascript pagination react react-hooks useeffect usestate
Last synced: 7 days ago
JSON representation
Pagination Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/pagination-react-project
- Owner: pktcodes
- Created: 2022-06-23T05:05:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T16:50:20.000Z (over 2 years ago)
- Last Synced: 2024-08-12T23:21:33.569Z (3 months ago)
- Topics: api, client-side-pagination, css3, ecmascript, github-api, html5, javascript, pagination, react, react-hooks, useeffect, usestate
- Language: CSS
- Homepage: https://react-pagination-prod.netlify.app/
- Size: 371 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pagination 🔢
> PROD [Live] : https://react-pagination-prod.netlify.app/#### Pagination consists of a straightforward user interface where there is a
- A long list of users are paginated to dynamic generated pages depending upon the number of users per page.
- Buttons have been implemented to move between pages along with the prev and next buttons through click.
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect, useFetch Custom Hook#### API Endpoint
https://api.github.com/users/john-smilga/followers?per_page=100"#### Deployment / Hosting
Netlify---
*Note: I have developed this project ~ [18] as part of React and Projects Course taught by John Smilga..*