https://github.com/swapnalshahil/slack
This is a static, single page React web application similar to slack.
https://github.com/swapnalshahil/slack
firebase reactjs slack-clone
Last synced: about 2 months ago
JSON representation
This is a static, single page React web application similar to slack.
- Host: GitHub
- URL: https://github.com/swapnalshahil/slack
- Owner: swapnalshahil
- Created: 2022-12-27T11:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T17:37:44.000Z (over 3 years ago)
- Last Synced: 2025-02-24T04:41:41.418Z (over 1 year ago)
- Topics: firebase, reactjs, slack-clone
- Language: JavaScript
- Homepage:
- Size: 802 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Clone
This is a static, single page React web application similar to slack.
### Description
- Implemented using React and Firebase.
- Firebase is used for realtime database and Google Authentication which provide security from non-authorised users in this application.
- Used React Context API to access data globally (for ease).
- There is a channel section which includes all the existing channels.
- We can add more channels for any specific new topic.
- Hosted through firebase.
- Technology used: React, Firebase -> (Firestore and Auth), React-Router and MaterialUI.