A personal work profile built with React (Vite), Tailwind CSS, and Aceternity UI-style components.
- Dark / light theme toggle
- All profile content stored in
src/data/profile.tsfor easy customization - Sections: Hero, Bio, Experience, Education, Skills, Tech Stack, Contact
- Contact form opens your mail client via
mailto:on submit - Animated Aceternity-style UI (spotlight, beams, timeline, bento grid, moving cards)
npm install
npm run devOpen http://localhost:5173.
Edit src/data/profile.ts to update your name, bio, experience, skills, tech stack, and social links.
Replace the profile image URL in profile.image with your own photo (place it in public/ and use /your-photo.jpg).
npm run build
npm run preview