This is a simple React application that demonstrates how to implement pagination for a list of items fetched from an API. The application fetches data from a public API and allows users to navigate through pages of items.
- Fetches data from a public API (JSONPlaceholder).
- Displays items with pagination controls.
- Allows users to navigate through pages of items.
- Responsive design for better usability on different devices.
- React
- JavaScript (ES6+)
- CSS (for styling)
- Fetch API (for data fetching)
- Node.js and npm installed on your machine. You can download them from Node.js official website.
-
Clone the repository:
git clone https://github.com/saidee-hasan/pagination-client.git cd pagination-client