Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

File metadata and controls

34 lines (23 loc) · 1.02 KB

Hexlet tests and linter status:

Actions Status Node CI Maintainability

Description

💬Hexlet chat is a simple analogue of Slack. You can create separate chat rooms, as well as rename and delete them.

The application interface is in Russian, but you can easily add your own language using the i18next library.

1. Install dependencies:

$ make install

2. Start project:

$ make start

App will start on localhost:5000

Using

  • Webpack, Bootsrap
  • React + Redux Toolkit
  • Formik
  • React-Toastify
  • react-i18next
  • Validation (yup)