A modern, responsive portfolio website built with HTML, CSS, and JavaScript, featuring dark mode, smooth animations, and dynamic content loading. Live at: https://theprasad.tech/
- 🌗 Dark/Light theme toggle with smooth transitions
- 📱 Fully responsive design for all devices
- ⚡ Fast loading and optimized performance
- 🎨 Modern UI with clean animations
- 🎭 Interactive business card with flip animation
- 🎪 Dynamic project carousel
- 🚀 Smooth scrolling navigation
- HTML5
- CSS3 (with modern features like CSS Grid and Flexbox)
- Vanilla JavaScript (ES6+)
portfolio/
├── assets/
│ ├── Prasad_s_resume.pdf
│ └── icon.png
├── css/
│ └── style.css
├── js/
│ └── main.js
└── index.html
- Clone the repository:
git clone https://github.com/prasadborse02/portfolio.git- Navigate to the project directory:
cd portfolio- Open
index.htmlin your browser or use a local development server.