Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abra19/simple_real-time_chat

The goal of the project - create a simple analogue of real-time chat application with registration and authentication, the ability to create, rename and delete channels, the ability to create and receive messages
https://github.com/abra19/simple_real-time_chat

axios formik-yup frontend i18next leo-profanity react react-bootstrap react-toastify redux redux-toolkit rollbar websockets

Last synced: 6 days ago
JSON representation

The goal of the project - create a simple analogue of real-time chat application with registration and authentication, the ability to create, rename and delete channels, the ability to create and receive messages

Awesome Lists containing this project

README

        

### Hexlet tests, Maintainability and linter status:
[![hexlet-check](https://github.com/Abra19/frontend-project-12/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Abra19/frontend-project-12/actions/workflows/hexlet-check.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/7568b96a41cce71d61ee/maintainability)](https://codeclimate.com/github/Abra19/frontend-project-12/maintainability)
[![Node CI](https://github.com/Abra19/frontend-project-12/actions/workflows/nodeci.yml/badge.svg)](https://github.com/Abra19/frontend-project-12/actions/workflows/nodeci.yml)

### Project Description:
The goal of the project - create a simple analogue of real-time chat application.
Features:
* Registration and authentication;
* The ability to create, rename and delete channels;
* The ability to create and receive messages.

### Tech Stack:
* React / React Hooks
* Redux / Redux Toolkit
* React-Bootstrap
* WebSocket(socket.io)
* Axios
* Formik
* I18next
* Yup
* React-toastify
* Leo-profanity
* Rollbar

### [Try the application](https://simple-real-time-chat.onrender.com/)

### To get started

1. Clone git repo: `git clone [email protected]:Abra19/simple_real-time_chat.git`
2. Install packages: `make install`
3. Start: `make start`