Skip to content

niyak93rus/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


Deployed on Heroku:

heroku logo

Description:

This is a simple chat application made during learning on Hexlet Frontend-developer course. Used technologies: web-sockets, interacting with REST API, React (hooks), Redux (reduxjs/toolkit), routing, auhorization and authentification, bundling (webpack) and deploy (heroku).

screenshot


How to use it:

  1. register with username and password
  2. send and get messages in realtime!
  3. you can log out and then log in using those username and password again.

To run locally on your machine (make sure that you have node.js and npm installed):

install dependencies and let your system run the package

make install

make production build

make build

start server and see the page

make start