All Projects → krissnawat → Medium Clone On Node

krissnawat / Medium Clone On Node

clone Medium on Nodejs and Reactjs

Programming Languages

javascript
184084 projects - #8 most used programming language

Medium Clone

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

Status

The project are under re-development for become materail on my course staytune for update

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.

Support project

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].