The list paginator features the following criteria;
- Project contains only plain "vanilla" JavaScript and doesn't rely on jQuery, some other library, or any code snippets or plugins.
- Use unobtrusive JavaScript to append HTML for a search bar.
- Pagination links are created. If there are 44 students, 5 links should be generated, if there’s 66 students, 7 links should be generated. Etc.
- The first 10 students are shown when the page loads, and each pagination link displays the correct students.
- When a search yields 0 results, a message is displayed on the page, informing the user that no results have been found.
- Clicking on “1” in the pagination links should show students 1 to 10. Clicking “2” shows 11 to 20. Clicking “5” shows students 41 to 50, and so on.