A personal portfolio website built with React, Vite, and Tailwind CSS. This site showcases my skills, projects, education, and contact information.
- 📱 Responsive design
- 🖼️ Projects gallery
- 🛠️ Skills section
- 🎓 Education timeline
- 📬 Contact form
- 📄 Downloadable resume
- ⚛️ React
- ⚡ Vite
- 🎨 Tailwind CSS
- Clone the repository:
git clone <repo-url> - Install dependencies:
npm install - Start the development server:
npm run dev
src/- Source codecomponents/- React componentsassets/- Images and icons
public/- Static filesindex.html- Main HTML file
- Update your information in the relevant components in
src/components/. - Replace images in
src/assets/andpublic/as needed.