Data Pagination and Filtering

QUEST DATE: 2026-03-26 22:26:52

VIEW ON GITHUB

SKILLS PRACTICED

DESCRIPTION

Displaying a large amount of data on a web page, like a list of 200 movie titles or 400 products, can overwhelm a user with too much information at once. A common solution is to create separate “pages” that each display a small portion of the data. In this project, I wrote JavaScript to display several “pages” of student data that the user can easily navigate and view.