This is a personal website project that showcases my portfolio and provides information about me.
personal-website
├── src
│ ├── index.html # Main HTML document
│ ├── styles
│ │ └── main.css # CSS styles for the website
│ └── scripts
│ └── main.js # JavaScript functionality
├── .gitignore # Files and directories to ignore by Git
├── package.json # npm configuration file
└── README.md # Project documentation
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/personal-website.git -
Navigate to the project directory:
cd personal-website -
Install dependencies (if any):
npm install -
Open the
index.htmlfile in your browser to view the website.
- Responsive design
- Interactive elements using JavaScript
- Custom styles defined in CSS
This project is licensed under the MIT License.