A modern, responsive portfolio website built with React, Vite, and Tailwind CSS. Showcases projects, skills, and contact information in a visually appealing and interactive manner.
- Responsive design for all devices
- Animated transitions using Framer Motion
- Project showcase with images
- About, Contact, and Home sections
- Mobile-friendly navigation menu
- Loading screen animation
- Node.js (v16+ recommended)
- pnpm (or npm/yarn)
pnpm installpnpm run devOpen http://localhost:5173 to view in your browser.
pnpm run buildmy-portfolio/
├── public/
│ ├── icons/ # Technology icons
│ ├── project-images/ # Project showcase images
│ └── ...
├── src/
│ ├── assets/ # Static assets
│ ├── components/ # Reusable components
│ │ ├── sections/ # Page sections (home, about, projects, contact)
│ ├── styles/ # CSS files
│ ├── App.jsx # Main app component
│ ├── main.jsx # Entry point
│ └── index.css # Global styles
├── package.json
├── vite.config.js
└── README.md
Add screenshots or GIFs of your portfolio here to showcase the UI and features.
Contributions are welcome! Please open issues or submit pull requests for improvements.
This project is licensed under the MIT License.