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