Skip to content

Chatr is an application intended to provide teams with a simple and lightweight platform for real-time messaging

License

Notifications You must be signed in to change notification settings

jessecordeiro/chatr-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatr Web Client

Chatr is an application intended to provide teams with a simple and lightweight platform for messaging.

Chatr is an MIT open-source project.

Contents

Features

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

Quick Start

Follow the steps below to start an instance of Chatr within minutes

  1. Install requirement(s):
  1. Clone repository:
git clone https://github.com/jessecordeiro/chatr-web-client.git
cd chatr-web-client/src
  1. Install dependencies:
npm install
  1. Run automated build tasks:
grunt build
  1. Start the Node.js HTTP server:
node app.js

Planned Features

  • Video messaging

  • Private messaging

  • Channels

Contribute

  1. Fork the repository
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Implemented x feature'
  4. Push to the feature branch: git push origin x-feature
  5. Open a pull request

About

Chatr is an application intended to provide teams with a simple and lightweight platform for real-time messaging

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published