An interactive 3D portfolio modeled as a Gameboy! This project showcases my projects, profile, skills, and design interests in a unique and engaging way. The 3D model was created in Blender, and the interactive experience is powered by Three.js.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone <repository-url> cd 3d-portfolio
-
Install dependencies (only required the first time):
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to:
http://localhost:5173
- Blender: For 3D modeling of the Gameboy.
- Three.js: To render and animate the 3D model.
- JavaScript: For interactivity and logic.
- Node.js: To manage dependencies and run the development server.