Skip to content

This is a modern, responsive personal portfolio website built with Next.js and TypeScript. Showcase your projects, experience, skills, and articles in a clean, professional layout.

Notifications You must be signed in to change notification settings

sharathpc/sharathpc.github.io

Repository files navigation

Personal Portfolio Website

MIT License PRs Welcome Build

A modern, responsive personal portfolio website built with Next.js and TypeScript. Showcase your projects, experience, skills, and articles in a clean, professional layout.


🚀 Features

  • Responsive design for all devices
  • Sections for About Me, Experience, Projects, Skills, Services, Articles, and Quotes
  • Customizable content and styles
  • SEO-friendly
  • Easy to deploy on Vercel, Netlify, or any static hosting

🛠️ Tech Stack


📦 Folder Structure

sharathpc.github.io/
├── components/         # Reusable React components for each section
├── pages/              # Next.js pages (main entry: index.tsx)
├── public/             # Static assets (images, fonts, favicon)
├── styles/             # SCSS stylesheets
├── package.json        # Project metadata and scripts
├── tsconfig.json       # TypeScript configuration
└── README.md           # Project documentation

⚡ Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/sharathpc.github.io.git
    cd sharathpc.github.io
  2. Install dependencies:
    yarn install
    # or
    npm install
  3. Run the development server:
    yarn dev
    # or
    npm run dev
    Open http://localhost:3000 to view it in your browser.

🎨 Customization

  • Update content in the components/ directory (e.g., AboutMeSection.tsx, ProjectsSection.tsx, etc.)
  • Add or replace images in public/images/
  • Modify styles in styles/
  • Update site metadata in pages/_document.tsx and next.config.js

📄 License

This project is licensed under the MIT License.

About

This is a modern, responsive personal portfolio website built with Next.js and TypeScript. Showcase your projects, experience, skills, and articles in a clean, professional layout.

Topics

Resources

Stars

Watchers

Forks