Skip to content

This Javascript project focuses on Infinite scrolling on a webpage to give the user the illusion that the content has been loaded up all along

Notifications You must be signed in to change notification settings

Pauldevwork/Infinite-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinite-scroll

This project will be based on the infinite scroll designs like facebook, instagram, reddit and other sites with a lot of data and images that get displayed.

I am using a demo API from Unsplashed so you might encounter a blank page, this is because the rate limit was exceeded and threw a 406 error. The rate limit on Unsplashed is 50 requests per hour, once this is exceeded it denies access.

So if you are checking out my Github profile then plese remember this.

It also contains logical programming as we need to munipulate the DOM every time the user scrolls close to the bottom of the page, using event listeners and functions that only run once, not everytime the scroll wheel is activated.

Thank you.

p.s. This highlights the limitations of using API's on your website, API's are out of our control and this needs to be taken into consideration when building around them.

About

This Javascript project focuses on Infinite scrolling on a webpage to give the user the illusion that the content has been loaded up all along

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published