Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ npm run dev
```

## Architecture
- **Frontend**: Next.js 14, Tailwind CSS, GSAP
- **Frontend**: Next.js 16, React 19, Tailwind CSS, GSAP
- **Backend**: Go (Clean Architecture, Hexagonal)
- **Database**: PostgreSQL (pgx)
- **Infrastructure**:
Expand Down
2 changes: 1 addition & 1 deletion docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ This document provides a comprehensive overview of every feature currently imple

### 18. Console (Frontend)
**What it is**: Visual dashboard.
**Tech Stack**: Next.js 14, Tailwind CSS, TypeScript.
**Tech Stack**: Next.js 16, React 19, Tailwind CSS, TypeScript.
**Implementation**:
- **SSR**: Server-Side Rendering for main dashboard views.
- **Architecture**: Component-based modern React.
Expand Down
Loading