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
- Host: GitHub
- URL: https://github.com/dacrab/ioannislo
- Owner: dacrab
- License: mit
- Created: 2024-07-08T15:43:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T21:18:19.000Z (3 months ago)
- Last Synced: 2026-03-02T23:30:37.610Z (3 months ago)
- Topics: astro, gsap, minimalist, portfolio, tailwindcss, web-development
- Language: Astro
- Homepage: https://ioannislo.vercel.app
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.