From 8147025b99d84835403fc06534e8a89b0eb83b1f Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 9 Feb 2025 23:49:53 -0500 Subject: [PATCH] docs: Elaborate on techstack in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6593c7f..0b31999 100644 --- a/README.md +++ b/README.md @@ -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