Infinite scrolling with cats
I wanted to understand how to infinitely scroll, since that seems to be the in-thing at the moment. I also wanted to practice using APIs. Clearly the answer to this was a page that loads more cats the more you scroll.
- HTML
- CSS Grid
- JavaScript
- TheCatAPI
- Parcel
- Cypress
- JavaScript Intersection Observer
- JavaScript APIs with async/await
- Parcel
To view this project visit the demo or download the files and install locally using npm:
npm install
parcel index.html --open
- Shows you as many photos of cats as you want.
Project is: finished
Created by nicm42 - feel free to contact me!