This is a personal portfolio website built with Next.js, designed to showcase projects and skills. It leverages modern web technologies to provide an interactive and visually engaging user experience, incorporating animations with GSAP and 3D elements with Three.js.
- Framework: Next.js
- UI Library: React
- Styling: Tailwind CSS
- Animations: GSAP (GreenSock Animation Platform), Motion
- 3D Graphics: Three.js, OGL
- Language: TypeScript
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.