Clone Medium on Nodejs and Reactjs

Medium Clone

This is a Medium clone built using React.js, Redux, and Node.js.

Technologies

  1. React.js
  2. Redux
  3. create-react-app
  4. Express.js
  5. Node.js
  6. MongoDB

Features

  • Write a story
  • Social Sign-in
  • View a story
  • View all stories
  • Follow a user
  • Clap a story

Installation

  • Git clone this repo here.
  • Move into the folder from your terminal:
    cd medium-clone-on-node
  • Run npm install to install node dependencies.
  • Start MongoDB instance: mongod.
  • Run npm run dev to start the nodeidon daemon.

App Screenshots

Article View

Feed

Profile

SignInWith Google

Contributing

  1. Create an issue. First look through the open issues.

  2. Clone the repository or fork it.

      git clone https://github.com/krissnawat/medium-clone-on-node
    
    
  3. Create your feature branch:

      git checkout -b new-feature
    
    
  4. Commit your changes:

      git commit -m 'Add some feature'
    
    
  5. Push to the branch:

      git push origin new-feature
    
    
  6. Submit a pull request.

Download Details:

Author: krissnawat

Source Code: https://github.com/krissnawat/medium-clone-on-node

#reactjs #nodejs #javascript #react

Clone Medium on Nodejs and Reactjs
60.95 GEEK