https://github.com/fahimahammed/chat-hut1
This is a chatting application. This allows a user to exchange messages with other people as well as create separate channels according to the topic of discussion.
https://github.com/fahimahammed/chat-hut1
firebase firestore javascript material-ui react redux
Last synced: about 1 year ago
JSON representation
This is a chatting application. This allows a user to exchange messages with other people as well as create separate channels according to the topic of discussion.
- Host: GitHub
- URL: https://github.com/fahimahammed/chat-hut1
- Owner: fahimahammed
- Created: 2021-05-28T16:13:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T13:59:14.000Z (about 5 years ago)
- Last Synced: 2025-04-11T01:03:33.990Z (about 1 year ago)
- Topics: firebase, firestore, javascript, material-ui, react, redux
- Language: JavaScript
- Homepage: https://chat-hut1.web.app/
- Size: 789 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Hut
This is a chatting application. This allows a user to exchange messages with other people as well as create separate channels according to the topic of discussion.
Each user needs to sign up with their Google account.
### Technology:
React.js, Redux, Material-UI, Firebase, JavaScript
### Instalation Guide:
npx create-react-app chat-hut1 --template redux
npm install @material-ui/core
npm install @material-ui/icons
npm install firebase
#### Live Site: https://chat-hut1.web.app/