https://github.com/reekrajroy/superchat
Full stack chat application made using React and Firebase.
https://github.com/reekrajroy/superchat
firebase reactjs
Last synced: 3 months ago
JSON representation
Full stack chat application made using React and Firebase.
- Host: GitHub
- URL: https://github.com/reekrajroy/superchat
- Owner: REEKRAJROY
- Created: 2021-06-19T11:07:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T06:23:31.000Z (over 4 years ago)
- Last Synced: 2025-02-16T05:43:33.459Z (over 1 year ago)
- Topics: firebase, reactjs
- Language: JavaScript
- Homepage:
- Size: 456 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack chatting application with Google OAuth
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This is a chatting application built using React and Firebase. React hook form and Firebase Authentication has been used. Users can login with their respective Google account and start chatting publicly with other users.

The project has been built following this [Video](https://www.youtube.com/watch?v=zQyrwxMPm88&list=LL&index=1) from Fireship YouTube channel.
### 🚀️ Getting Started
(1) Clone this repository
### `git clone https://github.com/REEKRAJROY/Superchat.git`
(2) Change the working directory
### `cd superchat`
(3) Install dependencies
### `npm install`
(4) Run the app
### `npm start`
(5) Open project at: http://localhost:3000/
(6) Sign in with your Google account
That's all. You are all set to start your conversation💯💯
If you like my work do consider dropping a ⭐️ :)
Made with 💙️ in India