Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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..*