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