Skip to content

virajkadam/virajkadam.in

Repository files navigation

Viraj Kadam Website Replica

This is a replica of Viraj Kadam's professional website built with Next.js, TypeScript, and Tailwind CSS.

Features

  • 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

Tech Stack

  • Framework: Next.js 15 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • Deployment: Ready for Vercel deployment

Sections

  1. Header: Fixed navigation with social links
  2. Hero Section: Professional introduction with service tags
  3. Statistics: Key metrics and achievements
  4. Skills & Expertise: Detailed skill breakdown
  5. Contact: Get in touch section
  6. Footer: Copyright information

Getting Started

  1. Install dependencies:

    npm install
  2. Run the development server:

    npm run dev
  3. Open http://localhost:3000 in your browser.

Project Structure

src/
├── app/
│   ├── layout.tsx      # Root layout with metadata
│   ├── page.tsx        # Main page component
│   └── globals.css     # Global styles

Customization

  • 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

Deployment

This project is ready for deployment on Vercel:

  1. Push your code to GitHub
  2. Connect your repository to Vercel
  3. Deploy automatically

Original Website

This replica is based on the original website at https://virajkadam.in/

License

This project is for educational purposes. All rights belong to Viraj Kadam.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors