Skip to content

Functional chat application built with ReactJS and Google's Firebase.

Notifications You must be signed in to change notification settings

chideraao/chatroom

Repository files navigation

DheraGram

This project is a functional chat application built with ReactJS and Google's Firebase. It consists of a general group chat feature for all users, as well as a private chat option. The group chat makes use of Firebase's Realtime Database for storing and syncing data between users, while the private chat makes use of Firebase's Cloud Firestore.

The live project is available here .

Built With

  • ReactJS.
  • Firebase for data persistence and storage.
  • Nodemailer, a module for email sending on Node.js applications.

Powered by

  • Google's Firebase.

Development

  1. Clone the Repository and change directory
git clone https://github.com/chideraao/chatroom.git
cd chatroom
  1. Install the dependencies.
npm install
  1. Initialise your firebase project

  2. Run app locally.

npm start

Shalom!