Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 602 Bytes

FLX Chat Room

This is a simple chat room application built with React and Firebase. It allows users to sign in anonymously, enter a chat room, and send messages to each other. The chat room also displays past conversations.

Prerequisites

To run this application, you will need the following:

  • Node.js and npm installed
  • A Firebase project

Setup

  1. Clone the repository.
git clone https://github.com/flenex-io/ChatRoom.git
  1. Change the directory
cd ChatRoom
  1. Paste your firebase config in Message.js

  2. Run the project

npm start

Open for contribution