Deployed on Render
Chat is application that allows users to communicate with each other. It is built with React. For testing you can use test account:
username: admin, password: admin
- Registration user
- Login user
- Sending messages
- Receiving real-time messages from other users
- Creating new channels
- Renaming channels
- Deleting channels
git clone https://github.com/Developer2220/frontend-project-12.git
make install
make start
make start-frontend
make develop
make build