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

https://github.com/belchenkov/infinite_scroll_blog

Display blog posts from [jsonplaceholder](https://jsonplaceholder.typicode.com) and add infinite scroll to fetch posts and also add filter box
https://github.com/belchenkov/infinite_scroll_blog

css3 es6 html5 jsonplaceholder-api

Last synced: about 2 months ago
JSON representation

Display blog posts from [jsonplaceholder](https://jsonplaceholder.typicode.com) 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

### [Demo](http://infinite-scroll-blog-ab.surge.sh/)

### Get started

```shell script
git clone
```
```shell script
open index.html
```
or
```shell script
npm i -g live-server
```
```shell script
live-server
```