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.
- Host: GitHub
- URL: https://github.com/ohansemmanuel/fake-medium
- Owner: ohansemmanuel
- Created: 2018-08-07T15:55:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T08:15:18.000Z (over 6 years ago)
- Last Synced: 2025-10-11T21:18:36.974Z (8 months ago)
- Topics: reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 201
- Watchers: 4
- Forks: 85
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

```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
```