Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1020 Bytes

README.md

File metadata and controls

60 lines (47 loc) · 1020 Bytes

Bearchat

A chat application

Description

This is a WIP chat application, similar to slack or discord, but obviously lighter.

Demo

https://bearchat-app.web.app

Guide to installing project

First of you need to set up a realtime database on firebase. Also set sign-in-method to email/password and set up approriet storage rules and database rules to set a limit to what users can upload etc.

Then you need to connect firebase to your firebase.js

Install

cd bearchat

npm install

Start

npm start

Enjoy :)


Packages and libraries used

  • emoji-mart
  • firebase
  • md5
  • mdbreact
  • mime-types
  • moment
  • node-sass-chokidar
  • npm-run-all
  • react
  • react-avatar-editor
  • react-dom
  • react-fontawesome
  • react-fullscreen-image
  • react-keydown
  • react-materialize
  • react-redux
  • react-router-dom
  • react-scripts
  • react-transition-group
  • redux
  • redux-devtools-extension
  • semantic-ui-css
  • semantic-ui-react
  • uuid

Author & Contributor list

Björn Ohlsson