Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 984 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 984 Bytes

Hexlet tests and linter status:

Actions Status

Chat

Description:

This is a SPA that provides any kind of communication and offers a real-time transmission of text messages from sender to receiver. The application has multiple channels by default (deleting and renaming is not available). It is also possible to create new channels (deleting and renaming is available). The app is localized into Russian and English, supports profanity filter.

Usage

  • Just follow this link
  • Enjoy your conversation

For local usage and development

  1. Clone the project
git clone https://github.com/rmanzman/chat.git
  1. Install dependencies
cd chat
make install
  1. Start frontend and backend server
npm run dev