Skip to content

sitepoint-editors/reddit-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Twitter: Nirmalya Ghosh

This is a sample application for building a clone of Reddit. Link to detailed article about how this was developed.

Overview

This application is built using the following technologies:

  1. Chakra UI
  2. Emotion
  3. Create React App
  4. Firebase

Article

Link to detailed article about how this was developed.

Requirements

  1. Node.js
  2. npm

Installation

1. Clone the application

git clone https://github.com/ghoshnirmalya/reddit-clone

2. Install necessary dependencies for the application

yarn install

3. Create a .env file and copy the contents from .env.example

4. Start the application

From the frontend directory, we can run the following command to start our Next.js frontend application:

yarn start

The above command will start the frontend application on http://localhost:3000/.

Deployment

Click on the button below to deploy the frontend application on Vercel. You'll need to sign up for a free Vercel account.

Deploy with Vercel

Other interesting repositories

  1. Hasura Next.js Boilerplate
  2. Strapi Next.js Boilerplate
  3. React Search Box
  4. LinkedIn Clone using Create React App
  5. Building mono-repo applications using Lerna

License

This project is licensed under the MIT License.

About

⬆️ ⬇️ This is a sample application for building a clone of Reddit using React and Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 16.0%
  • Shell 2.3%