personal-website

Paranjay Khachar’s Portfolio

A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS.

🚀 Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

🎨 Customization Guide

1. Personal Information

Update src/config.ts with your information:

2. Projects

Edit src/components/project/_project-mock.ts to add your projects:

3. GitHub Username

Update the GitHub username in src/components/github-contributions.tsx to show your contribution graph.

4. About Section

Customize src/components/about-section.tsx with your personal story and background.

5. Blog Posts

Create new blog posts in src/content/posts/images/ directory. The existing blog structure supports:

6. Redirects (Optional)

Add custom redirects in next.config.mjs for short links to your social profiles.

🛠 Tech Stack

📱 Features

🚀 Deployment

Deploy easily with Vercel:

Deploy with Vercel

📄 License

MIT License - feel free to use this for your own portfolio!


Note: This portfolio was customized from Ayush Singh’s template. All personal content has been removed and replaced with placeholder data for customization.