Skip to content

Commit 4383ac3

Browse files
authored
Update README.md
1 parent c42ed79 commit 4383ac3

File tree

1 file changed

+32
-34
lines changed

1 file changed

+32
-34
lines changed

README.md

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,47 @@
11
# HTMLChat 💬
22

3-
A retro-styled, browser-only chat client.
3+
A retro-styled, browser-only chat client.
44
Version: **v0.1.0-beta**
55

6-
## What this is
6+
## What this is
77

8-
HTMLChat is a super simple chat system I hacked together:
9-
10-
* Frontend is pure HTML/CSS/JS (retro style, scrollbars included).
11-
* Backend is a tiny API (yes, it’s alive, and yes, it works).
12-
* LocalStorage keeps your name + cached messages.
13-
* No cookies. No nonsense. Just **chat**.
8+
HTMLChat is a super simple chat system I hacked together:
149

10+
* Frontend is pure HTML/CSS/JS (retro style, scrollbars included).
11+
* Backend is a tiny API (yes, it’s alive, and yes, it works).
12+
* LocalStorage keeps your name + cached messages.
13+
* No cookies. No nonsense. Just **chat**.
14+
1515
## Features
16-
17-
Multiple rooms (#general, #random, #offtopic, #computers)
18-
Nicknames + color-coding
19-
Connection status + heartbeat (so you look online)
20-
Export chat logs as JSON
21-
Mobile-friendly (user list hides on small screens)
22-
Retro scrollbars (obviously)
23-
24-
## Roadmap
25-
26-
This is **beta**, so expect bugs and jank. Stuff I *might* add:
27-
28-
* Dark mode
29-
* `/commands` (like `/me` or `/shrug`)
30-
* Typing indicators
31-
* WebSocket support (currently polling)
32-
* Emojis, maybe (but only if they don’t ruin the retro feel)
33-
34-
## Running it
35-
36-
Frontend is just static HTML.
37-
Backend is currently deployed at:
38-
16+
17+
- Multiple rooms (#general, #random, #offtopic, #computers)
18+
- Nicknames + color-coding
19+
- Connection status + heartbeat (so you look online)
20+
- Export chat logs as JSON
21+
- Mobile-friendly (user list hides on small screens)
22+
- Retro scrollbars (obviously)
23+
24+
## Roadmap
25+
26+
This is **beta**, so expect bugs and jank. Stuff I *might* add:
27+
28+
* Dark mode
29+
* `/commands` (like `/me` or `/shrug`)
30+
* Typing indicators
31+
* WebSocket support (currently polling)
32+
* Emojis, maybe (but only if they don’t ruin the retro feel)
33+
34+
## Running it
35+
36+
- Frontend is just static HTML.
37+
- Backend is currently deployed at:
3938
```
4039
https://htmlchat.neeljaiswal23.workers.dev
41-
```
42-
40+
```
4341
The source for it is at `Worker/`.
4442

4543
You can swap `baseURL` in the JS if you want to host your own.
4644

4745
## License
4846

49-
MIT, because why not.
47+
MIT, because why not.

0 commit comments

Comments
 (0)