This is a replica of Viraj Kadam's professional website built with Next.js, TypeScript, and Tailwind CSS.
- Responsive Design: Mobile-first approach with responsive layout
- Modern UI: Clean, professional design with smooth animations
- Lucide Icons: Beautiful, consistent iconography throughout
- SEO Optimized: Proper meta tags and structured data
- Performance: Optimized for fast loading and smooth interactions
- Framework: Next.js 15 with App Router
- Language: TypeScript
- Styling: Tailwind CSS
- Icons: Lucide React
- Deployment: Ready for Vercel deployment
- Header: Fixed navigation with social links
- Hero Section: Professional introduction with service tags
- Statistics: Key metrics and achievements
- Skills & Expertise: Detailed skill breakdown
- Contact: Get in touch section
- Footer: Copyright information
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
src/
├── app/
│ ├── layout.tsx # Root layout with metadata
│ ├── page.tsx # Main page component
│ └── globals.css # Global styles
- Update personal information in
src/app/page.tsx - Modify colors and styling in
src/app/globals.css - Add or remove sections as needed
- Replace placeholder profile image with actual photo
This project is ready for deployment on Vercel:
- Push your code to GitHub
- Connect your repository to Vercel
- Deploy automatically
This replica is based on the original website at https://virajkadam.in/
This project is for educational purposes. All rights belong to Viraj Kadam.