A modern, responsive portfolio website showcasing my skills, projects, and experience as a Front-End Developer.
- Node.js (v14.0 or later)
- npm or yarn
- 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
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
└── ...
-
Clone the repository
git clone https://github.com/ParthGorde/portfolio.git
-
Navigate to the project directory
cd portfolio
-
Install dependencies
npm install # or yarn install
-
Run the development server
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser to see the result