https://github.com/younusaliakash/vanilla-js-infinite-scroll-blog
Display blog posts from jsonplaceholder and add infinite scroll to fetch posts and also add filter box
https://github.com/younusaliakash/vanilla-js-infinite-scroll-blog
css html infinite-scroll javascript jsonplaceholder-api
Last synced: 2 months ago
JSON representation
Display blog posts from jsonplaceholder and add infinite scroll to fetch posts and also add filter box
- Host: GitHub
- URL: https://github.com/younusaliakash/vanilla-js-infinite-scroll-blog
- Owner: younusaliakash
- Created: 2023-03-04T16:41:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T10:07:36.000Z (about 2 years ago)
- Last Synced: 2025-02-01T05:23:07.052Z (4 months ago)
- Topics: css, html, infinite-scroll, javascript, jsonplaceholder-api
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Infinite Scrolling & Filter
Display blog posts from [jsonplaceholder](https://jsonplaceholder.typicode.com) and add infinite scroll to fetch posts and also add filter box
## Project Specifications
- Create UI & custom CSS loader animation
- Fetch initial posts from API and display
- Scroll down, show loader and fetch next set of posts
- Add filtering for fetched posts