This is a personal portfolio website built with Vite and React. It showcases my projects, skills, and experiences.
- Responsive design
- Dynamic project section
- Smooth scrolling navigation
- Contact form with email integration
- Vite
- React
- React Router (if used)
- Tailwind CSS (or any other CSS framework)
- EmailJS (if using a contact form)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the repository:
```bash git clone https://github.com/iaggarw1/website.git cd website ```
-
Install dependencies:
```bash npm install ```
-
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
. -
Code structure:
src/
: Contains the source code for your React components.public/
: Contains static assets like images, icons, etc.
-
Create a production build:
npm run build
This will generate the production-ready files in the
dist/
folder.
This project is licensed under the MIT License.