You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a real-time messaging app. Each user has two basic channels and can create, rename and delete their own channels. All registered users can exchange messages, but bad words will be censored
My fourth frontend project on Hexlet. As part of the project, it was necessary to implement the single page application (SPA), which is a real-time chat with user registration and authentication. The project has the ability to create, delete and rename channels, as well as the filtering of obscene words.
A simplified version of Slack chat. The chat has a system of registration, authorization. The chat has the ability to create channels, change channel names and delete them.
Chat-Slack is a modern web application for real-time messaging built with React. It supports user authentication, channel management, and real-time updates.
The goal of the project - create a simple analogue of real-time chat application with registration and authentication, the ability to create, rename and delete channels, the ability to create and receive messages