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
- Host: GitHub
- URL: https://github.com/peeeuzin/chat-app-web
- Owner: peeeuzin
- License: mit
- Created: 2022-03-19T00:04:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T19:35:03.000Z (over 4 years ago)
- Last Synced: 2025-06-14T05:04:08.953Z (about 1 year ago)
- Topics: chat, react, web
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)

# 🔗 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