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