Chatr is an application intended to provide teams with a simple and lightweight platform for messaging.
Chatr is an MIT open-source project.
Chatr currently features:
-
Group messaging
-
Avatars
-
Design inspired by Google's Material Design guidelines
-
Message timestamps
-
Users currently online info
-
Identicons - Recently added
-
User profiles + last active timestamps - Recently added
-
Emoji support 🚀 - Recently added
Follow the steps below to start an instance of Chatr within minutes
- Install requirement(s):
- Clone repository:
git clone https://github.com/jessecordeiro/chatr-web-client.git
cd chatr-web-client/src
- Install dependencies:
npm install
- Run automated build tasks:
grunt build
- Start the Node.js HTTP server:
node app.js
-
Video messaging
-
Private messaging
-
Channels
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Implemented x feature'
- Push to the feature branch:
git push origin x-feature
- Open a pull request