Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 884 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 884 Bytes

simple medium page

  {
  "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

To run app:

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

  2. cd fake-medium

  3. yarn install

  4. yarn run start