Show how to implement infinite scrolling functionality
Live - https://overdrivemachines.github.io/infinity-scroll/
window.innerHeight
- Total height of browser windowwindow.scrollY
- Distance from top of page user has scrolleddocument.body.offsetHeight
- Height of everything in the body, including what is not within view
- Loader https://loading.io/
- Images https://unsplash.com/
- HTML DOM Events https://www.w3schools.com/jsref/dom_obj_event.asp