That's the centerpiece of my portfolio website – an interactive 3D scene I crafted in Blender, designed to showcase my programming journey in a unique way.
This portfolio consists of two parts:
- 3D Skills Visualization (current repository) – Interactive 3D scene for visualizing skills and technologies
- Main site – Showcase with personal projects and about section
Visit the website at neulen.dev
To run the project locally:
- Clone this repository:
git clone https://github.com/naztar0/portfolio-skills.git
- Navigate to the project folder:
cd portfolio-skills
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173
.
Feedback and contributions are welcome! Feel free to open issues or submit pull requests.