Skip to content

naztar0/portfolio-skills

Repository files navigation

Neulen's Dev Corner

Static Badge Static Badge Static Badge

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.

preview

Overview

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

Live Site

Visit the website at neulen.dev

Setup

To run the project locally:

  1. Clone this repository:
    git clone https://github.com/naztar0/portfolio-skills.git
    
  2. Navigate to the project folder:
    cd portfolio-skills
    
  3. Install dependencies:
    npm install
    
  4. Start the development server:
    npm run dev
    
  5. Open your browser and go to http://localhost:5173.

Contributing

Feedback and contributions are welcome! Feel free to open issues or submit pull requests.