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.
- Host: GitHub
- URL: https://github.com/saketkothari/infinite-scroll
- Owner: SaketKothari
- Created: 2022-01-01T18:08:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T18:08:56.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T02:28:18.589Z (8 months ago)
- Topics: async-await, cats, dom, infinite-scroll, unsplash-api, vanilla-javascript
- Language: JavaScript
- Homepage: https://saketkothari.github.io/infinite-scroll/
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)