/middle.messenger.praktikum.yandex

Самостоятельный проект

Primary LanguageTypeScript

PR: #4

Simple web messenger

Attention!
Project is in development!

Description

Simple web messenger that allow you to chatting with your friends.

Another features:

  • Adding image to you profile
  • Hide your name by setting an uniq nickname
  • Create and delete unlimited chats

Installation

  1. Clone repo - git clone https://github.com/Alegiter/middle.messenger.praktikum.yandex.git
  2. Start fo development - npm start
  3. Go to - http://localhost:3000

PR's

PR's are accepted to main branch only

Netlify

https://elated-davinci-b5b9aa.netlify.app/

Dev

Typescript types checking - npm run tsc
Linting (include Eslint, Prettier, Stylelint) - npm run linting

Testing

Run npm run test
It will run typechecking of test files and serve test suite
Than open browser at localhost:3001