Skip to main content

Frontend

Frontend application details, technology stack, and development guides

Overview

Frontend application for TheCulturePost.

Repository

Technology Stack

CategoryTechnology
FrameworkReact 19
LanguageTypeScript 5.8+
Build ToolVite
StylingTailwindCSS v4
UI ComponentsRadix UI + shadcn/ui
State ManagementZustand + React Query
RoutingReact Router
FormsReact Hook Form + Zod

Development

git clone https://github.com/algoshred/theculturepost-frontend
cd theculturepost-frontend
npm install
npm run dev

Build

npm run build
npm run preview

Code Quality

npm run lint
npm run format
npm run test

Architecture

Modern React application with component-based architecture and strict TypeScript typing.