An open API service indexing awesome lists of open source software.

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.

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
```