An open API service indexing awesome lists of open source software.

https://github.com/dimitrijkrstev/chatster-react-chat-web-app

Chatster, a real-time chatroom web application made with React and Firebase
https://github.com/dimitrijkrstev/chatster-react-chat-web-app

chat-application firebase react

Last synced: 3 months ago
JSON representation

Chatster, a real-time chatroom web application made with React and Firebase

Awesome Lists containing this project

README

          

# Chatster
Chatster is a real-time chat web app made with React and Firebase. Chatster requires the user to create an account to access the site itself. Upon signing in the user is presented with chatrooms that have been created by other users and is given the option to create one themselves. React ensures fast and real time updates to messages and Firebase entirely handles user authentication and offers the Realtime database for keeping track of online users and current messages, as well as the Firestore database for user account details and chatroom details.
## Installation
This project uses [node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) for package installation and is dependent on React, the React Router and Firebase

// for quick installation
npm install
// for manual installation
npm i react
npm i react-router-dom
npm i firebase

> Written with [StackEdit](https://stackedit.io/).