A modern, responsive portfolio website built with React and Vite, featuring a clean aesthetic design with dark/light mode support.
- Responsive Design - Optimized for all screen sizes
- Dark/Light Mode - Toggle between themes with system preference detection
- Smooth Animations - Powered by Framer Motion
- Modern UI Components - Using Aceternity UI and Tailwind CSS
- SEO Optimized - Meta tags and Open Graph support
- Contact Form - Easy way for visitors to reach out
- Frontend: React 18, React Router v6
- Styling: Tailwind CSS, CSS Modules
- Animations: Framer Motion
- UI Components: Aceternity UI, Lucide Icons
- Build Tool: Vite
- Fonts: Kaushan Script, Red Hat Mono, Inter
- Home - Hero section with profile introduction
- About - Personal information and social links
- Experience - Professional timeline
- Projects - Showcase of work with tech stacks
- Skills - Categorized technical skills
- Resume - Resume highlights and download
- Contact - Contact form and social links
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/AdityaPatil22/portfolio-website.git
# Navigate to project directory
cd portfolio-website
# Install dependencies
npm install
# Start development server
npm run devnpm run build
npm run previewsrc/
├── assets/ # Images and static assets
├── components/ # Reusable UI components
│ ├── Card/
│ ├── footer/
│ ├── heading/
│ ├── navbar/
│ ├── skills-card/
│ ├── theme-toggle/
│ └── ui/ # Aceternity UI components
├── context/ # React context (Theme)
├── lib/ # Utility functions
└── pages/ # Page components
├── about/
├── contact/
├── experience/
├── home-page/
├── not-found/
├── projects/
├── resume/
└── skills/
MIT License - feel free to use this template for your own portfolio!
- Email: adityapatil7649@gmail.com
- LinkedIn: Aditya Patil
- GitHub: AdityaPatil22