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

https://github.com/dacrab/ioannislo

Minimalist portfolio for Ioannis Lo - Web Enthusiast & Creative Professional
https://github.com/dacrab/ioannislo

astro gsap minimalist portfolio tailwindcss web-development

Last synced: 3 months ago
JSON representation

Minimalist portfolio for Ioannis Lo - Web Enthusiast & Creative Professional

Awesome Lists containing this project

README

          

# Portfolio

A minimalist portfolio built with **Astro**, **Tailwind CSS**, and **GSAP**.

## 🚀 Quick Start

```bash
# Install dependencies
bun install

# Start development server
bun run dev

# Build for production
bun run build
```

## 🛠 Tech Stack

- **[Astro](https://astro.build)** - Static site generator
- **Tailwind CSS** - Utility-first CSS framework
- **GSAP** - High-performance animations

## 📁 Project Structure

```
src/
├── components/ # Reusable components (Header, Footer)
├── layouts/
│ └── Layout.astro # Base layout
├── pages/
│ └── index.astro # Main page
└── styles/
└── global.css # Tailwind imports
```

## 🚀 Deployment

Ready to deploy on [Vercel](https://vercel.com), [Netlify](https://netlify.com), or any static host.