Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 744 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 744 Bytes

react-pagination

In this code I will show you how to create a pagination in react using Paginator.js, fetch and https://jsonplaceholder.typicode.com. I also used bootstrap. Whether this code helped you, please donate for a coffee. Thanks.

paypal

Instruction

Remember to make npm i or npm install in the root of the app to install the modules

  • src

    • App.js
    • components
      • PaginatorComponent.js
      • TodoComponent.js
    • services
      • TodoService.js

Demonstration

React App