Skip to content

barisozcetin/re-chat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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