https://github.com/rfpludwick/zonechat-client-web
Web client for the ZoneChat application
https://github.com/rfpludwick/zonechat-client-web
chat javascript react
Last synced: 2 months ago
JSON representation
Web client for the ZoneChat application
- Host: GitHub
- URL: https://github.com/rfpludwick/zonechat-client-web
- Owner: rfpludwick
- License: apache-2.0
- Created: 2021-07-20T20:00:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T20:18:13.000Z (almost 5 years ago)
- Last Synced: 2025-08-26T08:03:04.957Z (10 months ago)
- Topics: chat, javascript, react
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ZoneChat Web Client
This is the web client for the ZoneChat application. In its current state, it is
an extremely simple frontend for the server. Eventually it will be a Typescript
& React application.
The ZoneChat application was originally a small project I embarked upon to learn
more about websockets while practicing Go. I kept adding things to it to either
practice or learn, and I decided to finally learn more about React and to dive
into Typescript a little bit as well.