Skip to content

BrunoCasotto/web-chat

Repository files navigation

Web Chat

A chat application developed for the web where users can exchange real-time messages, authenticated through Google Auth.

Technologies

The development of this project involved the use of:

Vue3

Firebase Realtime Database

Firebase Hosting

Google Auth

Scss

Presentation

With this project, you can:

  • Authenticate using Gmail through integration with Google Auth
  • Navigate through chats previously registered in Firebase
  • Send and receive messages from all users with an active chat (realtime database)
  • Switch between light/dark themes

Screenshots

This project is available at: https://casotto-web-chat.firebaseapp.com/

Dev

To run the project locally:

   $ npm install
   $ npm run dev

Recommended IDE