Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Pagination with 'Load More' Button for Movie List #25

Merged
merged 2 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. feat(pagination): implement pagination with 'Load More' button for mo…

    …vie list
    
    - Added pagination to display 8 movies per page
    - Implemented 'Load More' button to fetch and display additional movies
    - Styled 'Load More' button to match Netflix-like appearance
    - Ensured responsiveness for both desktop and mobile views
    mudmykola committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d642e66 View commit details
    Browse the repository at this point in the history
  2. feat(pagination): implement pagination with 'Load More' button for mo…

    …vie list
    
    - Added pagination to display 12  movies per page
    mudmykola committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    df6d088 View commit details
    Browse the repository at this point in the history