Skip to content

bartek-ciesielski/live-chat

Repository files navigation

Live-Chat

Web aplication in Vue 3 (composition API) which enables sending and reading messages in realtime for logged in users.

Hosted and deployed via firebase hosting: Live-Chat

Features

Application uses Firebase as backend.

Current features include:

  • login and sign in using firebase authentication
  • writing and reading messages only for logged in users
  • realtime messages view
  • it can be used on desktops and mobiles (RWD)

Creator

Bartek Ciesielski Github Linkedin

Start

To start application you need to run npm install command first:

npm install

And then run npm start:

npm start

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published