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

https://github.com/peeeuzin/chat-app-web

A simple website chat app
https://github.com/peeeuzin/chat-app-web

chat react web

Last synced: 2 months ago
JSON representation

A simple website chat app

Awesome Lists containing this project

README

          



Chat App ⚡


# Chat App
A simple chat app with end to end encryptation. This repo is web of Chat App.

To see API repo to click [here](https://github.com/pedrinfx/chat-app)

![Me](./assets/example.png)
# 🔗 How to contribute
Click [here](CONTRIBUTE.md) to see how to contribute

# To-dos
- [x] Send messages
- [x] Private messages
- [ ] End to end encryptation

# Techs used
* [React](https://reactjs.org/) as Front-end library
* [Axios](https://axios-http.com/) as HTTP Client
* [Sass](https://sass-lang.com/) as Styles
* [Socket.IO](https://socket.io/) as WebSocket
* [tweetnacl](https://tweetnacl.js.org/) as Crypto library