brandonwie / FS_proj02_pagination_filtering_list

This is the 2nd FSJS Tech-degree project with Treehouse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is the 2nd project of Full Stack JavaScript Techdegree with Treehouse.

Main Features

  1. Pagination
  2. Filtering given lists
  3. Unobtrusive JavaScript

Pagination

Given html files - index.html, 44students.html and 62students.html
is paginated as 10 items per page.
The number of pages will be automatically calculated,
created and appended at the bottom of the page.

Filtering - Live Search function

  1. live Search

    • Each letter typed by a user will search student names out of a given list
      in real-time and return the result.
  2. Search with click

    • You can also click the search button to see the result.
  3. Bring you back where you were

    • Just simply remove your input. You will go back to the beginning.

CONTACT

Please contact me on my email,
it.brandonwie@gmail.com
if you find any error, or have any suggestion.
Thank you.

About

This is the 2nd FSJS Tech-degree project with Treehouse.


Languages

Language:HTML 72.6%Language:JavaScript 18.4%Language:CSS 8.9%