An open API service indexing awesome lists of open source software.

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

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

infinite scroll