Modern and fully responsive developer portfolio built with Vue 3 + Vite and Tailwind CSS.
Showcases my projects, skills, experience, and contact information in a clean and visually engaging way.
Live version: https://portfolio-gacho.vercel.app/
- ⚡ Vue 3 (Composition API) with clean reusable components
- 🎨 Tailwind CSS for fast and scalable styling
- 🧭 Smooth scroll navigation with active-section tracking
- 📱 Fully responsive layout (mobile-first)
- 🖼 Animated project images with hover transitions
- 🔁 Reusable ProjectCard component powered by data array
- 💬 Contact form with validation
- 🧰 Modular file structure and maintainable codebase
- Vue 3 + Vite
- Tailwind CSS
- JavaScript
- Component-based architecture
1️⃣ Install dependencies
npm install2️⃣ Run development server
npm run dev