2025-01-01 00:00:001
View on GitHubDisplaying 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.