ghoshnirmalya / reddit-clone

:arrow_up: :arrow_down: This is a sample application for building a clone of Reddit using React and Firebase

Home Page:https://reddit-clone-snowy.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:arrow_up: :arrow_down: This is a sample application for building a clone of Reddit using React and Firebase

https://reddit-clone-snowy.vercel.app/


Languages

Language:JavaScript 83.6%Language:HTML 16.4%