amayab9 / ASE220-Assignment2

0 stars 1 forks source link

Index-2 Paginate Data #2

Open echocall opened 1 year ago

echocall commented 1 year ago

write code that reads through the data and paginates it, displaying limited information (e.g., name, breed, gender, and age) of 6 pets at a time.

Sarah provided a link to one way of doing it in the group text, might be a good thing to add it here.

echocall commented 1 year ago

https://webdesign.tutsplus.com/tutorials/pagination-with-vanilla-javascript--cms-41896

guide for pagination with vanilla javascript