Skip to content

rich-TIA/fake-medium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Grabbed mainly for the middleware API to handle server calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 9.3%
  • HTML 8.9%