https://github.com/deepanchal/chatalone
A realtime chat application built with React and Firebase to chat privately with friends
https://github.com/deepanchal/chatalone
cloud-functions firebase javascript reactjs realtime
Last synced: 3 months ago
JSON representation
A realtime chat application built with React and Firebase to chat privately with friends
- Host: GitHub
- URL: https://github.com/deepanchal/chatalone
- Owner: deepanchal
- Created: 2020-06-03T22:31:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T01:40:00.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:46:56.484Z (over 1 year ago)
- Topics: cloud-functions, firebase, javascript, reactjs, realtime
- Language: JavaScript
- Homepage: https://chatalone.web.app
- Size: 470 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatalone 💬

Chat alone with your friends!!

## Credits
This project was inspired by Deven Rathore's article: [Building a Real-Time Chat App with React and Firebase](https://css-tricks.com/building-a-real-time-chat-app-with-react-and-firebase/)
Thanks to Deven for providing starter code and his wonderful explanation of Firebase auth & db.
[Source Code](https://github.com/Dunebook/Firebase-auth-chat-app)
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!