Skip to content

ZdravDim/Chat-App-Front-Web

Repository files navigation

Chat App Frontend

Collaborators

Collaborators

Short description

  • Multi-Room Chat App with user authentication

Technologies

  • React
  • Bootstrap
  • Firebase auth - phone authentication
  • JWT authentication
  • Socket.IO for WebSocket connection
  • Docker

Project overview

image

image

image

Installation

Note

Project depends on Firebase configuration, which is set in environment variables, so in order to start up the project by cloning, you need to setup you own Firebase project and put configuration in .env file

Only Frontend ( requires you to set up your own Firebase project )

  • Use the git clone https://github.com/ZdravDim/Chat-App-Front-Web.git command to clone the project and then npm install to install dependencies.

  • Run npm run build to create a production build, then npm install -g serve to install serve then serve -s build to serve static files, it will run on http://localhost:80

Frontend and Backend ( doesn't require you to set up a Firebase project )

About

Multi-Room Chat App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published