Skip to content

reznikovAndrey/frontend-project-lvl4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Eslint check Maintainability

This project is simple implementation of minimal chat application, like Slack, etc. After registration you can managing (add, rename and remove) channels, add messages.

You can check deployed project on Railway.

Used technologies:

Installation

Clone project

git clone git@github.com:reznikovAndrey/frontend-project-lvl4.git

Go in project dir

cd frontend-project-lvl4

Install dependecies

make install

In case you need rollbar support, you need to create .env

cd frontend
echo 'REACT_APP_ROLLBAR_TOKEN=<ROLLBAR ACCESS TOKEN>' > .env

Start dev version:

make start

Authors:

  • Andrey Reznikov