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.
Last Updated: 2/3/2021
All plugins can be installed from the VS Code extension market:
- Prettier - Code formatter | By Prettier
- ESLint | By Dirk Baeumer
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
- Clone this reposity from GitHub
- To run a development build of the project run
npm install
and thennpm start
. - Open http://localhost:3000 to view it in the browser