An open API service indexing awesome lists of open source software.

https://github.com/happymary16/simple-chat-client

It is a client for a simple chat. Anyone can send messages to the chat. The application is created to show an interaction between ReactJS, Redux, and Saga.
https://github.com/happymary16/simple-chat-client

axios bootstrap javascript reactjs redux saga sockjs-client

Last synced: 3 months ago
JSON representation

It is a client for a simple chat. Anyone can send messages to the chat. The application is created to show an interaction between ReactJS, Redux, and Saga.

Awesome Lists containing this project

README

          

# Simple chat

It is a client for a very simple chat.

You can find a server [here](https://github.com/HappyMary16/simple-chat-server).

## Requirements
- [Node JS](https://nodejs.org/uk/)

## Running the application

Download and install packages:
```npm install```

Run application:
```npm start```

![image](https://user-images.githubusercontent.com/43311320/115968059-80a84980-a53e-11eb-9ae8-ab33a6e26fc7.png)