Project Banner

Interactive 3D Portfolio Website

Build this project step by step with our detailed tutorial on JavaScript Mastery YouTube. Join the JSM family!
## πŸ“‹ Table of Contents 1. πŸ€– [Introduction](#introduction) 2. βš™οΈ [Tech Stack](#tech-stack) 3. πŸ”‹ [Features](#features) 4. 🀸 [Quick Start](#quick-start) 5. πŸ”— [Assets & Snippets](#links) 6. πŸš€ [More](#more) ## ⚠️ Tutorial This repository contains the code corresponding to an in-depth tutorial available on our YouTube channel, JavaScript Mastery. If you prefer visual learning, this is the perfect resource for you. Follow our tutorial to learn how to build projects like these step-by-step in a beginner-friendly manner! ## πŸ€– Introduction The 3D Portfolio project is a highly engaging personal website that features animated 3D scenes, smooth camera transitions, interactive model showcases, and responsive design. It’s ideal for developers, designers, or freelancers looking to stand out in the digital crowd. If you're getting started and need assistance or face any bugs, join our active Discord community with over **50k+** members. It's a place where people help each other out. ## βš™οΈ Tech Stack - Three.js - React Three Fiber - Drei - GSAP - Tailwind CSS - Vite - React 19 ## πŸ”‹ Features ### Features of the 3D Portfolio Project πŸ‘‰ Animated 3D models and reveal animations πŸ‘‰ Realistic lighting and shadows πŸ‘‰ GSAP-powered scroll interactions πŸ‘‰ Responsive design with Tailwind CSS and Flexbox/Grid πŸ‘‰ Micro Interactions πŸ‘‰ Multi-section layout (About, Projects, Contact) πŸ‘‰ Mobile optimized 3D experience and many more, including code architecture and reusability. ## 🀸 Quick Start Follow these steps to set up the project locally on your machine. **Prerequisites** Make sure you have the following installed on your machine: - [Git](https://git-scm.com/) - [Node.js](https://nodejs.org/en) - [npm](https://www.npmjs.com/) (Node Package Manager) **Cloning the Repository** ```bash git clone https://github.com/adrianhajdin/3d-portfolio.git cd 3d-portfolio ``` **Installation** Install the project dependencies using npm: ```bash npm install ``` **Set Up Environment Variables** Create a new file named `.env` in the root of your project and add the following content: ```env VITE_APP_EMAILJS_SERVICE_ID= VITE_APP_EMAILJS_TEMPLATE_ID= VITE_APP_EMAILJS_PUBLIC_KEY= ``` Replace the placeholder values with your actual **[EmailJS](https://www.emailjs.com/)** credentials. **Running the Project** ```bash npm run dev ``` Open [http://localhost:5173](http://localhost:5173/) in your browser to view the project. ## πŸ”— Assets and Snippets Assets and snippets used in the project can be found in the **[video kit](https://jsm.dev/pfolio25-kit)**. Video Kit Banner ## πŸš€ More **Advance your skills with JSM Pro Courses** Enjoyed creating this project? Dive deeper into our PRO courses for a richer learning adventure. They're packed with detailed explanations, cool features, and exercises to boost your skills. Give it a go! Project Banner