FabriDamazio / mibli

Open source book tracking application
MIT License
0 stars 0 forks source link

Implement Pagination with Option to Choose Number of Items per Page #7

Open FabriDamazio opened 6 months ago

FabriDamazio commented 6 months ago

Description

Currently, the book listing page in the Mibli application displays all books at once, which may become overwhelming for users with a large number of books in their catalog. To improve the user experience and optimize performance, we need to implement pagination for the book listing. Additionally, users should be able to choose the number of books displayed per page according to their preferences.

Tasks

Additional Considerations

By implementing pagination with the option to choose the number of items per page, users can navigate through their book catalog more efficiently, leading to a better overall experience with the Mibli application.