Pagination in Javascript and React, with a custom usePagination() hook
To start working on this project simply run the following commands
git clone https://github.com/damiisdandy/use-pagination.git
//or with the Github CLI
gh repo clone damiisdandy/use-pagination
cd use-pagination
yarn
//or with npm
npm install