/Chat

The analogue of most of Chats. This is the real-time application using AJAX, REST, websockets, React (with hooks) + Redux (@ reduxjs / toolkit) + Formik!

Primary LanguageJavaScript

Hexlet Chat

Node CI Maintainability Test Coverage

This project is analogue of most of Chats from the internet. This is the real-time application using AJAX, REST, websockets, React (with hooks) + Redux (@ reduxjs / toolkit) + Formik!

Installation:

make install

Run dev mode:

make start
// open localhost:8080

Run tests and coverage:

make test-coverage 
// or only tests
make test