hellion86 / frontend-project-lvl4

Real-time chat application based on socket.io and React 18

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Real-time chat application based on socket.io and React 18


Languages

Language:JavaScript 98.7%Language:Makefile 0.6%Language:Pug 0.5%Language:SCSS 0.2%