leoraba / webchat

A web chat built using React and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video course

https://www.youtube.com/watch?v=KB7JEnfc7Dc

Tools

React 18
Firebase 9.9
Material UI 5.8

Installation

create a .env file in the root folder with the following variables from Firebase
REACT_APP_APIKEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_PROJECTID=
REACT_APP_STORAGEBUCKET=
REACT_APP_MESSAGESENDERID=
REACT_APP_APPID=

npm install

npm run start

Build & Deploy

npm run build

firebase deploy

About

A web chat built using React and Firebase


Languages

Language:JavaScript 62.9%Language:HTML 23.4%Language:CSS 13.8%