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.
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/
The users can login using email or phone, are authenticated by firebase.
The users can chat with others, choosing the channel or creating a new one themselves.
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"
This application keeps the data in the firebase database.