Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abra19/simple_real-time_chat
- Owner: Abra19
- Created: 2022-11-12T23:01:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:49:26.000Z (10 months ago)
- Last Synced: 2024-01-13T09:16:33.604Z (10 months ago)
- Topics: axios, formik-yup, frontend, i18next, leo-profanity, react, react-bootstrap, react-toastify, redux, redux-toolkit, rollbar, websockets
- Language: JavaScript
- Homepage: https://simple-real-time-chat.onrender.com/
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`