Welcome to my immersive 3D portfolio website! This project showcases my skills, projects, and creativity through stunning 3D animations, interactive elements, and smooth motion design. Experience a cosmic journey through space-themed design with cutting-edge web technologies.
- Custom 3D Keyboard: Interactive Spline-powered keyboard with skills as keycaps that reveal titles and descriptions on hover
- 3D Models: Desktop PC, Earth, and other 3D assets using Three.js and React Three Fiber
- Particle Systems: Dynamic star field background creating an immersive space environment
- Elastic Cursor: Custom cursor with physics-based animations for enhanced interactivity
- Smooth Animations: Powered by GSAP and Framer Motion for fluid scroll animations, hover effects, and element reveals
- Space Theme: Dark cosmic background with particle effects and stellar animations
- Preloader: Engaging loading screen with custom animations
- Easter Eggs: Hidden interactive elements for curious visitors
- Mobile-First: Fully responsive across all devices and screen sizes
- Touch Optimized: Smooth interactions on touch devices
- Performance Optimized: Optimized 3D rendering and animations
- Hero: Eye-catching introduction with 3D elements
- About: Personal story and background
- Skills: Interactive 3D keyboard showcasing technical skills
- Projects: Portfolio of work with 3D project cards
- Achievements: Timeline of accomplishments and certifications
- Contact: Interactive contact form with 3D elements
- React 18 - Modern React with hooks and functional components
- Vite - Lightning-fast build tool and development server
- React Router DOM - Client-side routing
- Three.js - 3D graphics library
- React Three Fiber - React renderer for Three.js
- React Three Drei - Useful helpers for React Three Fiber
- Spline Runtime - Interactive 3D design tool integration
- Maath - Mathematical utilities for 3D graphics
- Tailwind CSS - Utility-first CSS framework
- PostCSS - CSS processing
- Autoprefixer - CSS vendor prefixing
- GSAP - Professional-grade animations
- Framer Motion - Production-ready motion library
- React Tilt - 3D tilt effects
- React Vertical Timeline Component - Timeline animations
- React Icons - Icon library
- EmailJS - Email functionality
- Clsx & Tailwind Merge - Conditional styling utilities
- Devtools Detector - Development tools detection
- Node.js (v16 or higher)
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/Jayant-1/3D-Portfolio.git cd 3d-portfolio -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open your browser: Navigate to http://localhost:5173 to see the magic!
npm run build
# or
yarn buildnpm run preview
# or
yarn previewsrc/
โโโ components/ # React components
โ โโโ canvas/ # 3D canvas components
โ โ โโโ Ball.jsx
โ โ โโโ Computers.jsx
โ โ โโโ Earth.jsx
โ โ โโโ Stars.jsx
โ โโโ preloader/ # Loading screen
โ โโโ ui/ # UI components
โ โโโ About.jsx
โ โโโ Achievement.jsx
โ โโโ Contact.jsx
โ โโโ ElasticCursor.jsx
โ โโโ Feedbacks.jsx
โ โโโ Hero.jsx
โ โโโ Navbar.jsx
โ โโโ SkillKeyboard.jsx
โ โโโ Works.jsx
โโโ assets/ # Static assets
โ โโโ achievement/ # Achievement images
โ โโโ badge/ # Skill badges
โ โโโ fonts/ # Custom fonts
โ โโโ project/ # Project images
โโโ constants/ # Configuration files
โโโ hoc/ # Higher-order components
โโโ utils/ # Utility functions
โโโ styles.js # Global styles
- Place your 3D models in the
public/directory - Import and use them in canvas components
- Ensure models are optimized for web (glTF format recommended)
- GSAP Animations: Edit scroll-triggered animations in component files
- Framer Motion: Modify motion variants in components
- 3D Animations: Update Three.js animations in canvas components
- Tailwind Classes: Modify existing classes or add custom ones
- Global Styles: Update
src/styles.jsfor theme changes - Component Styles: Edit individual component styling
- Push your code to GitHub
- Connect your repository to Vercel
- Vercel will automatically deploy your site
- GitHub Pages: Deploy using GitHub Actions
- Firebase Hosting: Use Firebase CLI
- AWS S3: Upload built files to S3 bucket
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
- Follow React best practices
- Maintain responsive design
- Optimize 3D performance
- Add meaningful commit messages
- Test across different devices
This project is licensed under the MIT License - see the LICENSE file for details.
- Spline for 3D design tools
- Three.js community for 3D graphics
- GSAP for powerful animations
- Framer Motion for React animations
- Tailwind CSS for utility-first styling
- Portfolio: [https://jayant-1.vercel.app/]
- GitHub: @Jayant-1
- LinkedIn: Jayant Potdar
- Email: [email protected]
โญ Star this repository if you found it helpful!
