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

https://github.com/ohansemmanuel/fake-medium

💥 A tiny (super tiny) medium article page + clap animation for demo purposes.
https://github.com/ohansemmanuel/fake-medium

reactjs redux

Last synced: 8 months ago
JSON representation

💥 A tiny (super tiny) medium article page + clap animation for demo purposes.

Awesome Lists containing this project

README

          

![simple medium page](https://i.imgur.com/vYaOyfP.gif)

```js
{
"numberOfRecommends": 1900,
"title": "My First Fake Medium Post",
"subtitle": "and why it makes no intelligible sense",
"paragraphs": [
{
"text": "This is supposed to be an intelligible post about something intelligible."
},
{
"text": "Uh, sorry there’s nothing here."
},
{
"text": "It’s just a fake post."
},
{
"text": "Love it?"
},
{
"text": "I bet you do!"
}
]
}
```

Api endpoint: `https://api.myjson.com/bins/19dtxc`

Here's [how I built the Medium Clap clone](https://medium.freecodecamp.org/how-i-re-built-the-medium-clap-effect-and-what-i-got-out-of-the-experiment-991672995fdf)

To run app:

```
1. git clone https://github.com/ohansemmanuel/fake-medium.git

2. cd fake-medium

3. yarn install

4. yarn run start
```