Skip to content

ishaan000/ishaan

Repository files navigation

Ishaan Bhalla - Personal Portfolio

A modern, responsive portfolio website built with Next.js and TypeScript, showcasing my professional experience, projects, and skills as a Full-Stack Engineer.

🛠️ Built With

🔧 Getting Started

Prerequisites

  • Node.js (v18 or newer)
  • npm, yarn, or bun

Installation

  1. Clone the repository

    git clone https://github.com/ishaan000/ishaan.git
    cd ishaan
  2. Install dependencies

    npm install
    # or
    yarn install
    # or
    bun install
  3. Run the development server

    npm run dev
    # or
    yarn dev
    # or
    bun dev
  4. Open http://localhost:3000 with your browser to see the result

📝 Customization

To customize this portfolio for your own use:

  1. Update the personal information in the section components
  2. Replace /public/profile.jpeg with your own profile picture
  3. Modify the project data in ProjectsSection.tsx
  4. Update skills and experience sections with your own information

🚀 Deployment

This portfolio is optimized for deployment on Vercel, but can be deployed on any platform that supports Next.js applications.


Built with ❤️ by Ishaan Bhalla

Releases

No releases published

Packages

No packages published