Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.53 KB

Clone_Slack

Slack clone version coded in React, using marterial-ui, react-router-dom, deployed in Firebase, with login page using Firebase authentication. Chat, and channel creation fully deployed.

Description

Clone_Slack, give to the users the posibility to comunicate themselves using realtime chat, creating their own channels. The chat keep the history, and identifies each user logged through firebase authentication.


Link to the Webapp (hosted in firebase): https://slack-clone-app-73abb.web.app/


Features

Login, user authentication

The users can login using email or phone, are authenticated by firebase.

Realtime chat and channel creation

The users can chat with others, choosing the channel or creating a new one themselves.

Installation

For this app we used the following:
"firebase": "^8.2.10", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "web-vitals": "^1.1.0"

Database

This application keeps the data in the firebase database.