/infinite-scroll

Infinite scrolling is a web-design technique that loads content continuously as the user scrolls down the page, eliminating the need for pagination.

Primary LanguageJavaScript

  • We have loading animations.
  • Infinite Scrolling which happens on social media when a user scrolls near bottom of the page
  • From that another network request is made but it happens before the bottom so seems like infinite scroll
  • Images fetch from unsplash API
  • Mobile Responsiveness

Working

References