A modern and responsive 3D animated portfolio website built using HTML, CSS, JavaScript, and Three.js. This project showcases interactive UI, smooth animations, and a clean structure suitable for personal or professional use.
- 3D animated background (Three.js)
- Smooth scroll animations
- Interactive UI elements
- Custom cursor effects
- Responsive design (mobile + desktop)
- Lightweight and fast loading
project-folder/
│
├── index.html # Main HTML file
├── style.css # Styling and layout
├── script.js # Functionality and animations
└── README.md # Project documentation
| Technology | Purpose |
|---|---|
| HTML5 | Structure |
| CSS3 | Styling and animations |
| JavaScript | Interactivity |
| Three.js | 3D graphics |
git clone https://github.com/your-username/your-repo-name.gitcd your-repo-name- Open
index.htmlin your browser OR - Use Live Server (recommended)
- Update content in
index.html - Modify styles in
style.css - Adjust behavior in
script.js - Replace images and text as needed
You can deploy this project using:
- Netlify
- GitHub Pages
- Vercel
No build step required — direct deployment supported.
- Lightweight structure
- No external dependencies (except CDN if used)
- Fast load time
This project is open for personal and educational use. You are free to modify and customize it.
If you find this project useful, consider giving it a ⭐ on GitHub.