Skip to content

iaggarw1/website

Repository files navigation

Ishaan Aggarwal's Portfolio Website

This is a personal portfolio website built with Vite and React. It showcases my projects, skills, and experiences.

Table of Contents

Demo

Link to live site

Features

  • Responsive design
  • Dynamic project section
  • Smooth scrolling navigation
  • Contact form with email integration

Technologies Used

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository:

    ```bash git clone https://github.com/iaggarw1/website.git cd website ```

  2. Install dependencies:

    ```bash npm install ```

Development

  1. Start the development server:

    ```bash npm run dev ```

    This will start the Vite development server, and you can view the site at http://localhost:5173.

  2. Code structure:

    • src/: Contains the source code for your React components.
    • public/: Contains static assets like images, icons, etc.

Build

  1. Create a production build:

    npm run build

    This will generate the production-ready files in the dist/ folder.

License

This project is licensed under the MIT License.

About

My Portfolio Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published