A modern, animated portfolio website built with React, showcasing my skills, projects, and experience in AI & Data Science.
🌐 Live Demo: View Portfolio (if deployed)
📦 Repository: GitHub
- Modern UI Design - Clean, professional interface with gradient accents
- Smooth Animations - Powered by Framer Motion for engaging user experience
- Fully Responsive - Optimized for all device sizes
- Interactive Sections - Hero, Education, Skills, Projects, Languages, Certificates
- Smooth Scrolling Navigation - Fixed navbar with active section highlighting
- Dark Theme - Easy on the eyes with modern color scheme
- React - UI library
- Vite - Build tool and dev server
- Framer Motion - Animation library
- React Icons - Icon library
- CSS3 - Custom styling with modern features
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run build- Preview production build:
npm run previewsrc/
├── components/ # React components
│ ├── Navbar.jsx # Navigation bar
│ ├── Hero.jsx # Hero/Profile section
│ ├── Education.jsx # Education section
│ ├── Skills.jsx # Skills section
│ ├── Projects.jsx # Projects section
│ ├── Languages.jsx # Languages section
│ ├── Certificates.jsx # Certificates section
│ └── Declaration.jsx # Declaration & Footer
├── App.jsx # Main app component
├── App.css # Global app styles
├── index.css # Base styles
└── main.jsx # Entry point
The portfolio is fully customizable. Update the content in each component file to reflect your own information:
- Personal details in
Hero.jsx - Education in
Education.jsx - Skills in
Skills.jsx - Projects in
Projects.jsx - Languages in
Languages.jsx - Certificates in
Certificates.jsx
Color scheme can be modified in src/index.css CSS variables.
- Install gh-pages:
npm install --save-dev gh-pages - Add to
package.json:"scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist" }
- Run:
npm run deploy
- Vercel: Connect your GitHub repo and deploy automatically
- Netlify: Drag and drop the
distfolder or connect your repo
This project is open source and available under the MIT License.