Giter Club home page Giter Club logo

list-pagination-and-filtering's Introduction

list-pagination-and-filtering

Project 2 from TreeHouse. List Pagination and Filtering.


Description

In this project, I use a common web development technique known as "pagination" to enhance the usability of a web page.

I start with a page that contains a list of 54 student names, photos and email addresses. I write JavaScript to display 10 names at a time, and add a navigation system -- a series of links at the bottom of the page -- to let users click through the other student entries, 10 at a time.

While making these improvements, I use the principle of "progressive enhancement." The page still display the students' names without JavaScript turned on, but will be much improved (enhanced) with the JavaScript programming I add. In other words, I add JavaScript to paginate and improve the project, without altering the project in such a way that JavaScript is required to use the web page.

My pagination solution work with a list of any number of students, not just with the supplied list of 54 students. This means my solution flexible enough to respond to lists of different lengths.


Live version

List Pagination and Filtering


Instruction for run project

Open file:

index.html

No snippets, plugins or libraries

Project contains only plain "vanilla" JavaScript and doesn't rely on jQuery, some other library, or any code snippets or plugins.


Code Comments

Code comments have been added explaining how the functions work.

list-pagination-and-filtering's People

Contributors

anton415 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.