Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.21 KB

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