Giter Site home page Giter Site logo

amrohan / chat-hub Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 994 KB

Chat-Hub is a free open source chat room built with React Js with Firebase as the backend.

Home Page: https://chathub.gq

License: MIT License

JavaScript 90.40% HTML 7.74% CSS 1.86%
raectjs firebase tailwindcss

chat-hub's Introduction

Netlify deploy Vercel

Chat-Hub

Chat-Hub is a free open source chat room built with React Js with Firebase as the backend.

Live Demo:

Website Link ๐Ÿ‘‰ Click Me

Screenshots :

Alt Text

Installation :

  1. Clone this repository :

     git clone https://github.com/amrohan/Chat-Hub
    
  2. Install all packages :

    npm install or yarn install

  3. Runs the app in the development mode :

    npm start

    Open http://localhost:3000 to view it in the browser.

  4. Create an.env file in the root directory and add your firebase config tokens there, or hard code it in firebase. initializeApp

NOTE: &nbsp In the assign variable, put your firebase key values.

```
REACT_APP_apiKey = apiKey 
REACT_APP_authDomain = authDomain
REACT_APP_projectId = projectId
REACT_APP_storageBucket = storageBucket
REACT_APP_messagingSenderId = messagingSenderId
REACT_APP_appId = appId
REACT_APP_measurementId = measurementId
```
  1. Create a firebase web app and a firebase store database, then paste the firebase config token into firebase-chat/src/App.js

    firebase.initializeApp({  
    apiKey: "process.env.apiKey",  
    authDomain: "process.env.authDomain",  
    projectId: "process.env.projectId",  
    storageBucket:"process.env.storageBucket",  
    messagingSenderId:"process.env.messagingSenderId",  
    appId:"process.env.appId",  
    measurementId: "process.env.measurementId"
    })
    } 
  2. Deploy it on any of your favourite website hosting services.

    1. Netlify
    2. Vercel
    3. Cloudflare Pages
    4. Firebase hosting
    5. Render

Enjoy everything is working now โœจ

chat-hub's People

Contributors

amrohan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.