This repository contains the source code for my personal portfolio website, showcasing my projects, skills, and professional experience.
- Vite: A fast build tool and development server for modern web projects.
- HTML5: For structuring the content of the website.
- CSS3: For styling and responsive design.
- JavaScript: For interactivity and dynamic features.
- Responsive design for all screen sizes.
- Clean and modern UI to showcase projects and skills.
- Interactive sections for better user engagement.
- Optimized for performance with Vite.
Follow these steps to run the project locally:
- Clone this repository:
git clone https://github.com/username/portfolio-website.git
- Navigate to the project directory:
cd portfolio-website - Install dependencies:
npm install
- Start the development server:
npm run dev
The project can be built for production using the following command:
npm run buildThis will generate optimized files in the dist directory, ready for deployment.
portfolio-website/
├── public/ # Static assets
├── src/
│ ├── assets/ # Images, fonts, etc.
│ ├── components/ # Reusable HTML/JS components
│ ├── css/ # Stylesheets
│ └── main.js # Main JavaScript entry point
├── index.html # Entry HTML file
└── vite.config.js # Vite configuration
This project is licensed under the MIT License. See the LICENSE file for details.