Skip to content

TJaySteno/P02-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 2

In this second project, I created a program that accepts a list of students of any length. It divides that list into pages of 10 students each, creates pagination links, and updates the HTML dynamically as the user navigates through those pages. Additionally, I have added a search feature that allows a user to search for students by name or email.

Skills: jQuery, DOM traversal & manipulation, unobtrusive JavaScript

Personal Development Emphasis: modular code, concise comments, helpful names for variables & functions


Grade: Exceeds Expectations

Grader's Overall Comments: "You did it! Everything is working as you would expect it to. Your code is so short that I'm truly impressed. I like that you make all functions ready to to be executed once the window is up, hence your window.ready() on the first line. It seems you are comfortable with looping through data and pulling out the specifics and evaluating a user's input. These tactics, and more, will be needed for your next project. I want to tell you now that it's going to require more writing than your first two projects.

"Ask away when needed!!"