How we did a clone of Medium

Ashish Huddar
Feb 9, 2021

We built a clone of Medium using React, redux and some UI libraries like Material UI etc.

I was very worried at first about how can we pull off a website that has so many layers and components to it. But as a team we narrowed it down and decided to build only select features and functionalities due to time and manpower constraints.

Below are some of the key snapshots from the project that we built.

Above is the main landing page where is you can go inside individual blogs and read them.

Dashboard after Logging in

This is the dashboard after a user can log in. I implemented the Google Oauth and Facebook auth for logging in

Individual blog page

This is the individual blog page where a User can like a blog and comment on it too.

--

--