2025-12-18 20:08:33 +00:00
2025-12-24 13:19:17 +01:00
2025-12-18 20:49:15 +01:00
2025-12-18 14:54:10 +00:00
2025-12-18 14:54:10 +00:00
2025-12-19 13:54:23 +01:00
2025-12-24 13:19:17 +01:00
2025-12-24 13:19:17 +01:00
2025-12-18 14:54:10 +00:00
2025-12-18 17:16:37 +00:00
2025-12-18 14:54:10 +00:00
2025-12-18 14:54:10 +00:00

Liquid Development Website

The official portfolio website for Liquid Development, a German development team. Designed with a modern "Liquid" aesthetic using dark mode, glassmorphism, and fluid animations.

🚀 Tech Stack

📂 Architecture

The project follows a modular structure for easy maintenance:

  • src/data/: Edit text, links, and team members here.
  • src/sections/: Main page blocks (Hero, Projects, Team).
  • src/components/: Reusable UI elements (Navbar, Buttons, Cards).
  • src/utils/: Animation logic.

🛠️ Setup & Run

Local Development

npm install
npm run dev

Docker Production

This project includes a production-ready Nginx configuration.

# Build and start the container
docker compose up -d --build

The site will run on port 8081 by default.

Description
LIQUID React-based website
Readme 492 KiB
Languages
JavaScript 93.8%
HTML 4.8%
Dockerfile 0.8%
CSS 0.6%