Reddit is an American social media platform. It is the home to thousands of communities, endless conversation, and authentic human connection.
We were given task to clone Reddit.com and we have build this site within 5 days with most of it's main functions like;- login & signup, creating a post, realtime chat, update profile picture, comments like & dislike etc.
To Visit Backend Repo- Click Here
The landing page of this website displays recent posts by users in different communities.
Existing user can Login and new user's can SignUp themselves on page.
From NavigationBar of Landing Page.

After Login user direcly redirect to home page.
There are some Key Features which are added in website clone such as:
- Chat Application
- Dark & Light Theme
Executing the commands mentioned below one by one in your command line will help in making this React app . Cloning
git clone https://github.com/ravishukla86044/reddit
To run the react app execute below command
cd ./reddit
npm install
npm run start











