Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# My Portfolio

This is a personal portfolio website showcasing my skills, projects, and experience.

## Table of Contents
- [About](#about)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## About
This project is a simple, responsive portfolio website built with HTML, CSS, and JavaScript. It includes sections for an introduction, about me, projects, and contact information.

## Setup
To set up this project locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/PLPAfrica/Web-Dev-git-Test.git
```
2. Navigate to the project directory:
```bash
cd Web-Dev-git-Test.git
```
3. Open `index.html` in your preferred web browser.

## Usage
- Update the content in `index.html` to reflect your personal information.
- Customize the styles in `style.css` to match your preferences.
- Add your own projects and descriptions in the projects section.

## Contributing
Contributions are welcome! Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```bash
git commit -m "Add your commit message"
```
4. Push to the branch:
```bash
git push origin feature/your-feature-name
```
5. Open a pull request.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.