An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/saketkothari/infinite-scroll

async-await cats dom infinite-scroll unsplash-api vanilla-javascript

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### [Live Site](https://saketkothari.github.io/infinite-scroll/)

* 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
- [Loader](https://loading.io/)
- [Google Fonts](https://fonts.google.com/)
- [Unsplash API](https://unsplash.com/documentation)
- [onLoad Event](https://www.w3schools.com/jsref/event_onload.asp)