A personal portfolio website built with React, TypeScript, Vite, and Tailwind CSS.
Click for - Live
This portfolio showcases a modern landing experience with animated sections, a project gallery, and a contact area. It is designed to highlight skills, projects, and professional information clearly and responsively.
- Animated hero section with introduction and tagline
- About section for background and experience
- Projects section with cards, tags, and links to code/live demos
- Contact section for outreach and connection
- Responsive navigation and layout for desktop and mobile
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build
src/App.tsx— main app layout and section renderingsrc/main— page sections like Home, About, Projects, Contact, Footersrc/components— reusable UI componentssrc/data— project and contact data definitions
This portfolio is ready to customize with your own projects, links, and personal branding.