Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.21 KB

README.md

File metadata and controls

36 lines (25 loc) · 2.21 KB

Mustang Messenger

Build Status DeepSource DeepSource

Otakar Andrysek, Ethan Choi, Andrew Mariano

Mustang Messenger is an instant messaging platform for users to communicate with each other. Users create unique profiles using their email and password. Each profile has a customizable contact list which the users can use to filter their messages and quickly communicate with other users of the application. Conversation history persists over time, allowing users to reference past messages.

Project Design

Last Updated: 2/3/2021

Development environment setup

Style Guide

Plugins

All plugins can be installed from the VS Code extension market:

  • Prettier - Code formatter | By Prettier
  • ESLint | By Dirk Baeumer

Access to Backend Database

If you are an admin please ensure you are given access to the development firebase by one of the other developers. Alternativly you can use your own instance of firebase, simply overwrite the Client ID setting in /src/fire/Fire.js

Other Instructions to Run Project

  • Clone this reposity from GitHub
  • To run a development build of the project run npm install and then npm start.
  • Open http://localhost:3000 to view it in the browser

Testing