BelarusWillBeFree / Real-time-chat

Real-time chat app

Home Page:https://serene-inlet-07885.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Instead of registration you can use

Login: admin
Password: admin

Tools

About

Real-time chat app

https://serene-inlet-07885.herokuapp.com/


Languages

Language:JavaScript 97.3%Language:HTML 2.0%Language:Makefile 0.7%