docs: Elaborate on techstack in README

This commit is contained in:
April Hall 2025-02-09 23:49:53 -05:00
parent 6ae992d586
commit 8147025b99
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -5,3 +5,8 @@ A simple chat app built with SvelteKit and Apache Cassandra
## Techstack
![Techstack](https://go-skill-icons.vercel.app/api/icons?i=cassandra,socketio,sqlite,svelte,tailwindcss,ts)
- Cassandra and SQLite for storing messages and user data respectively
- SvelteKit and TypeScript for backend
- TailwindCSS and ShadCN Svelte for frontend
- SocketIO for communication between connected clients