A Harry Potter database for all your wizarding needs: Books, Characters, Movies, Spells, and Potions. Powered by https://github.com/danielschuster-muc/scrabby
Currently, there is a button that fetches more data. Instead, we can implement infinite scrolling functionality that fetches more data as the user scrolls.
I am not a big fan of infinite scrolling as it makes it hard to find the bottom of an page, it's also not optimal for SEO. Therefore we probably won't implement this feature.
Project
Website (potterdb.com)
Describe the feature you want to request
Currently, there is a button that fetches more data. Instead, we can implement infinite scrolling functionality that fetches more data as the user scrolls.
Would you like to work on this issue?
Yes