List Pagination and Filtering
Given a page that contains a list of 54 student names, photos and email addresses, I implemented pagination to enhance the useability of a webpage. I wrote JavaScript to display 10 names at a time for any arbitrary list of students, and added a navigation system to let users click through the other student entries. The webpage was improved in a way such that basic functionality is preserved even if the user disables JavaScript in their browser. I included a search component to search through the list of student.


