GitHub - JS-Demi/Chat: Chat for messaging between users https://chat-ei7h.onrender.com/

Hexlet tests and linter status:

Actions Status

Maintainability

🌐 Live Version

About

Chat for messaging between users in channels like a telegram, vk or Slack.

Features

  • Create new channels
  • Edit names of created channels
  • Deleting created channels
  • Sending messages and receive instant messages

Technology stack

@hexlet/chat-server
React
TypeScript
Redux Toolkit
React Router
Socket.IO
Vite
Sass
Feature-Sliced Design

Getting started

This project was bootstrapped with Create Vite

To get running locally:

Clone this repository

npm install to install all the dependencies defined in a package.json file.

npx start-server to start backend

Create a new terminal window and enter command cd frontend && npm start