Deployed on Render
Hexlet-chat is a simple chat application that allows users to communicate with each other. It is built with React.js. For testing you can use test account: username: admin, password: admin
- Registration user
- Login user
- Send messages
- Recive messages online from another users
- Add new channels
- Rename new channels
- Delete new channels
git clone https://github.com/bobrov-site/frontend-project-12.git
make install
make start
make start-frontend
make develop
make build