Add shadcn/ui + Tailwind CSS to stack; update STATUS.md and changelog

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-17 12:18:44 +02:00
parent 09555f3470
commit 9e2e4ec338
3 changed files with 16 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
| Backend | FastAPI (async), SQLAlchemy 2 (async), Alembic, PostgreSQL |
| Auth | JWT via `python-jose`, bcrypt via `bcrypt` (direct, no passlib) |
| Frontend | React 18, TypeScript, Vite, React Router v6, TanStack Query, Axios |
| UI Library | shadcn/ui (Radix primitives + Tailwind CSS) |
| Styling | Tailwind CSS v3, CSS custom properties for theme tokens |
| Dev DB | PostgreSQL 16 via Docker Compose |
## Commands