- 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
SaketKothari/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.
JavaScript