# medium-clone-on-node **Repository Path**: mirrors_opencollective/medium-clone-on-node ## Basic Information - **Project Name**: medium-clone-on-node - **Description**: clone Medium on Nodejs and Reactjs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Medium Clone This is a [Medium](https://medium.com) clone built using [React.js](https://reactjs.org), [Redux](https://redux.js.org), and [Node.js](https://nodejs.org). # Technologies 1. [React.js](https://reactjs.org) 1. [Redux](https://redux.js.org) 1. [create-react-app](https://github.com/facebook/create-react-app) 1. [Express.js](https://expressjs.com) 1. [Node.js](https://nodejs.org) 1. [MongoDB](https://mongodb.com) ### 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](https://github.com/krissnawat/medium-clone-on-node). * Move into the folder from your terminal: ```sh 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** ![](screenshots/article_view.png) ### **Feed** ![](screenshots/feed.png) ### **Profile** ![](screenshots/profile.png) ### **SignInWith Google** ![](screenshots/signinwith.png) ### Contributing 1. Create an issue. First look through [the open issues](https://github.com/krissnawat/medium-clone-on-node/issues). 1. Clone the repository or fork it. git clone https://github.com/krissnawat/medium-clone-on-node 1. Create your feature branch: git checkout -b new-feature 1. Commit your changes: git commit -m 'Add some feature' 1. Push to the branch: git push origin new-feature 1. Submit a pull request. - Issue Tracker: https://github.com/krissnawat/medium-clone-on-node/issues - Source Code: https://github.com/krissnawat/medium-clone-on-node ### Support project