Currently, the backend sends only 20 JSON objects (projects) to the frontend per request. To handle large datasets efficiently and enhance user experience, we need to implement pagination on the frontend. This will involve creating a mechanism to request and display the next set of 20 projects when the user navigates to the next page.
Description:
Currently, the backend sends only 20 JSON objects (projects) to the frontend per request. To handle large datasets efficiently and enhance user experience, we need to implement pagination on the frontend. This will involve creating a mechanism to request and display the next set of 20 projects when the user navigates to the next page.