/flatchat_frontend

Chat for Flatiron students!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Flatchat

A realtime chat application. This repo contains our React frontend.

Screenshots

Login

login

Home

home

Conversation Select

conversation select

Conversation View

conversation view

Technology Used

  • React frontend
  • ActionCable via react-actioncable-provider
  • Automatic deployment via Github and Netlify

Features

  • Login/Signup
  • Conversation selection. Currently there is only one 'main room' available.
  • Send and receive messages in real time!
  • View a list of conversation participants.
  • Logout

Installation/Deployment

  • Local installation
    • Grab a copy of our backend server. Follow the instructions there.
    • Clone/download this project's main branch.
    • cd into the main directory and run npm install && npm start
  • Deployed installation

Netlify status

Netlify Status

A project by John Souza, Jazz Bozner, and Roger Robertson Jr.