8000 GitHub - ParthGorde/portfolio: A simple Nextjs Portfolio with TypeScript, Tailwind,
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ParthGorde/portfolio

Repository files navigation

Parth's Personal Portfolio

A modern, responsive portfolio website showcasing my skills, projects, and experience as a Front-End Developer.

Portfolio Screenshot

📋 Prerequisites

  • Node.js (v14.0 or later)
  • npm or yarn

🛠️ Built With

✨ Features

  • Responsive Design - Optimized for all device sizes
  • Dark Mode - Elegant dark-themed UI
  • Project Showcase - Highlighting my key projects with descriptions and tech stack
  • Work Experience Timeline - Chronological display of professional experience
  • Modern UI/UX - Clean and professional interface

📂 Project Structure

portfolio/
├── public/            # Static assets (favicon, images)
├── src/               # Source code
│   ├── app/           # Next.js app directory (App Router)
│   ├── components/    # Reusable UI components
│   ├── contexts/      # React context providers
│   ├── data/          # Static data (projects, experience, etc.)
│   └── lib/           # Utility functions and helpers
└── ...

🔧 Installation

  1. Clone the repository

    git clone https://github.com/ParthGorde/portfolio.git
  2. Navigate to the project directory

    cd portfolio
  3. Install dependencies

    npm install
    # or
    yarn install
  4. Run the development server

    npm run dev
    # or
    yarn dev
  5. Open http://localhost:3000 in your browser to see the result

About

A simple Nextjs Portfolio with TypeScript, Tailwind,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0