A simple project demonstrating pagination using a student directory. Limited to vanilla JavaScript, using no jQuery, libraries, plugins, code snippets etc, even for pagination.
- This project is to practice pagination and serves as a project submission for my degree.
- Check out project files if you want to view simple pagination with user data.
File Structure
.
├── .github github config folder
| └── ISSUE_TEMPLATE template for issues/prs
| └──issue-template.md
| └──workflows workflows folder
| └──codacy.yml
| └──greetings.yml
├── css css folder
| └── reset.css
| └── styles.css
├── examples mockups
| └── example-exceeds.png
| └── example-meets.png
├── img img folder
| └── icn-search.svg
├── js javascript folder
| └── data.js
| └── script.js
├── index.html base html file
└── README.md (You are here) Readme.md file