usaketh / PageByPage

Implemented two styles of React Pagination.

Home Page:https://react-pagination20.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Pagination

pagination.2.mp4
pagination.1.mp4
  1. Implemented two styles of pagination.
  2. Used react-query to fetch and manage data efficiently
  3. Used a fake JSON API for fetching data https://jsonplaceholder.typicode.com/
  4. Implemented features like Loading, First page, Last page.
  5. Used Axios JS library for making HTTP requests to our JSON API.
  6. Created Post, User, PageButton components to render the data.

Try it out: https://react-pagination20.netlify.app/

About

Implemented two styles of React Pagination.

https://react-pagination20.netlify.app/


Languages

Language:JavaScript 60.2%Language:HTML 25.0%Language:CSS 14.9%