This project is a personal website that showcases an individual’s profile, including their background, skills, portfolio, and contact information.
personal-website
├── src
│ ├── assets
│ │ ├── css
│ │ │ └── style.css
│ │ └── js
│ │ └── main.js
│ ├── index.html
│ ├── about.html
│ ├── portfolio.html
│ └── contact.html
├── package.json
└── README.md
git clone <repository-url>
cd personal-website
npm install
index.html file in a web browser to view the website.src directory to update content.src/assets/css/style.css to change the appearance.src/assets/js/main.js.This project is licensed under the MIT License.