Welcome to my Developer Portfolio — a sleek, responsive, and modern website built using React, Tailwind CSS, Material UI, and a wide array of animation and UI libraries. It showcases who I am, what I’ve built, and how I bring value to the tech world.
React 18
React Router DOM v6
Tailwind CSS v3
Material UI (MUI) v6
Emotion (CSS-in-JS)
@tailwindcss/forms
@emotion/styled
Vite
PostCSS + Autoprefixer
src/
├── About.jsx
├── Contact.jsx
├── Education.jsx
├── Experience.jsx
├── Navbar.jsx
├── Projects.jsx
└── Skills.jsx
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@tailwindcss/forms": "^0.5.9",
"framer-motion": "^11.11.11",
"lottie-react": "^2.4.0",
"lucide-react": "^0.455.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-joyride": "^2.9.3",
"react-router-dom": "^6.28.0",
"typewriter-effect": "^2.21.0"
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
Clone the repository
git clone https://github.com/your-username/your-portfolio.git
cd your-portfolio
Install dependencies
npm install
Start the development server
npm run dev
Build for production
npm run build
This site can be deployed on:
This is a personal project. Contributions are currently not open, but feel free to fork and customize it for your own use.
Licensed under the MIT License.