A modern, animated dark-theme developer portfolio built with React.
-
Install dependencies:
npm install
-
Add your profile image:
- Place your image file named
profile.jpgin the/publicfolder - The About section will display this image
- Place your image file named
-
Run development server:
npm run dev
-
Build for production:
npm run build
- ✨ Dark glassmorphism UI with animated gradient background
- 🎨 Smooth scroll navigation with active section highlighting
- 📱 Fully responsive mobile design
- 🎭 Interactive project cards with 3D tilt effect
- 🚀 Icon-only social media links in the contact section
- 🎪 Animated floating orbs and reveal animations
- ⚛️ Built with React + Vite
- Profile Image: Replace the
/public/profile.jpgwith your image - Social Links: Update URLs in
src/components/Contact.jsx - Projects: Edit project data in
src/components/Projects.jsx - Tech Stack: Modify tech icons in
src/components/TechStack.jsx - Colors: Adjust CSS variables in
src/styles.css
src/
components/
Navbar.jsx
Hero.jsx
About.jsx
Projects.jsx
ProjectCard.jsx
TechStack.jsx
Contact.jsx
BgOrbs.jsx
RevealSection.jsx
App.jsx
main.jsx
styles.css
- React 18
- Vite
- CSS3 (Glassmorphism, Animation)
- Font Awesome Icons
- Devicon