https://github.com/dacrab/dacrab.github.io
A cinematic, high-performance personal portfolio built with Astro, Tailwind CSS v4, and GSAP.
https://github.com/dacrab/dacrab.github.io
astro cinematic github-pages gsap portfolio tailwindcss typescript web-design
Last synced: 3 months ago
JSON representation
A cinematic, high-performance personal portfolio built with Astro, Tailwind CSS v4, and GSAP.
- Host: GitHub
- URL: https://github.com/dacrab/dacrab.github.io
- Owner: dacrab
- Created: 2025-03-29T12:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-02T21:06:21.000Z (3 months ago)
- Last Synced: 2026-03-02T23:43:59.287Z (3 months ago)
- Topics: astro, cinematic, github-pages, gsap, portfolio, tailwindcss, typescript, web-design
- Language: Astro
- Homepage: https://dacrab.github.io/
- Size: 89.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Vaggelis Kavouras
A high-performance, cinematic personal portfolio website featuring advanced motion and a moody aesthetic.
## Overview
- **Stack**: [Astro](https://astro.build), [Tailwind CSS v4](https://tailwindcss.com), [GSAP](https://greensock.com/gsap), [Lenis](https://lenis.studiofreight.com/).
- **Design**: Cinematic dark mode (`#050505`), animated grain, and fluid typography.
- **Performance**: Zero-runtime JS overhead where possible, smooth scrolling, and optimized assets.
## Development
```bash
# Install dependencies
bun install
# Start dev server
bun dev
# Build for production
bun build
```