Skip to content

rmanzman/frontend-project-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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