Skip to content

constbeecoding/data-pagination-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Pagination and Filtering 📈

A simple project demonstrating pagination using a student directory. Limited to vanilla JavaScript, using no jQuery, libraries, plugins, code snippets etc, even for pagination.

Purpose

  • 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.

Project Structure and Details

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

About

A data pagination and filtering project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published