Skip to content

lirenyeo/react-firebase-livechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ReactJS + Firebase LiveChat

A chatroom with realtime update. View demo here.

The releases contains these three stages:

  1. Initial Template

    Contains only the HTML/JSX skeleton code.

  2. Without Firebase

    States, Props and Events for each component is implemented, but not connected to firebase DB.

  3. With Firebase

    Final working version

Getting Started

This app is created using create-react-app

Make sure you have node.js and npm installed. Run npm start or yarn start.