A personal portfolio website built with Astro, React, and Tailwind CSS.
- 🎨 Modern Design: Clean and responsive UI with glassmorphism effects.
- 🌓 Dark Mode: Persistent light/dark theme toggle.
- 🚀 Projects: Interactive timeline with hover details and tech stack icons.
- 📝 Blog: Content Collections-based blog with masonry layout and tag filtering.
- ⚡ High Performance: Powered by Astro's static site generation and View Transitions.
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build