Skip to content

A simple chat application with react and firebase

Notifications You must be signed in to change notification settings

barisozcetin/re-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-chat

A simple chat application made with React and Firebase real time database

Live Demo

https://re-chat.barisozcetin.me/

Prerequisites

node

Installing

Install the dependencies with npm or yarn

npm install

Edit config/firebase-config-example.js to firebase-config.js and enter your Firebase info

And then just run

npm start

Building

npm run build

License

This project is licensed under the MIT License

Stack

  • React

  • Firebase is used for real-time database & Authentication system.

  • Bulma Css framework is used for elements/helpers. Grid system is not used. Instead, CSS Grid & Flexbox used.

  • re-base Helps to create two-way binding between Firebase Database and application state

Todos / Problems

  • Private room function is not ready yet.
  • Other authentication methods will be added.
  • PWA functions such as Offline Usage, Push Notifications, Background Sync, Standalone Install will be added

About

A simple chat application with react and firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published