/Slack_Clone

This is a Simple Slack Clone Web app

Primary LanguageJavaScript

Simple Slack Clone PWA(Progressive Web Apps)

This is a Simple Slack like progressive web app using React and Firebase


To start setting up the project

Step 1: Clone the repo:

git clone https://github.com/Bhushan-joshi/Slack_Clone.git

Step 2: cd into the cloned repo and run:

npm i

Step 3: create src/firebase.js file and Put your firebase credentials in it:

import firebase from 'firebase/app';
import "firebase/auth";
import "firebase/database";
import "firebase/storage";

const firebaseConfig = {
    apiKey: "API_KEY",
    authDomain: "PROJECT_ID.firebaseapp.com",
    databaseURL: "https://PROJECT_ID.firebaseio.com",
    projectId: "PROJECT_ID",
    storageBucket: "PROJECT_ID.appspot.com",
    messagingSenderId: "SENDER_ID",
    appId: "APP_ID",
    measurementId: "G-MEASUREMENT_ID",
};
firebase.initializeApp(firebaseConfig);

export default firebase;

Step 4: spinup your server and hit localhost by:

npm start

Tech stack:


Here are some Images


Contribute

You can fork this repo and send me a PR.