Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 875 Bytes

File metadata and controls

32 lines (22 loc) · 875 Bytes

Project "Chat" | Demo

Actions Status Maintainability

About App

Chat is a simplified version of Slack chat. Functionality:

  • registration / authorization
  • correspondence in different channels
  • creating, renaming, deleting channels

Technologies used:

  • React
  • Redux / Redux
  • REST API
  • WebSocket API (socket.io)
  • localization (i18next)

Installation

Install the project locally and execute the following commands in sequence

make install
make build
make start