A modern and interactive personal portfolio website built with Next.js and TypeScript. This project showcases my skills, projects, and experience while delivering a smooth and dynamic user experience. The UI is styled with Tailwind CSS, and animations are powered by GSAP ScrollTrigger for engaging scroll-based effects.
- ⚡ Next.js Performance – Optimized for fast loading and SEO
- 🎨 Tailwind CSS – Minimal and efficient styling
- 🚀 GSAP ScrollTrigger – Engaging animations on scroll
- 📱 Fully Responsive – Works seamlessly across all devices
- 📂 Projects Showcase – Highlights my best work with interactive UI
- 🌙 Dark Mode Support – User-friendly light/dark mode toggle
- 🛠 Modular Codebase – Well-structured for scalability and maintainability
- ⚛️ Next.js (React Framework)
- 💨 Tailwind CSS (Utility-first styling)
- 🟢 GSAP & ScrollTrigger (Smooth animations)
- 🔍 SEO Optimization (Meta tags, structured data)
- 🚀 Vercel (Deployment & hosting)
- 🐙 Git & GitHub (Version control)
Ensure you have the following installed:
- Node.js & pnpm
- Clone the repository
git clone https://github.com/rolandiartmeladze/Portfolio.git cd Portfolio
- install
pnpm install
- run
pnpm run dev