https://github.com/mahboub99/portfolio-website
ð€ this is my Ùportfolio website ... where you can find all my projects
https://github.com/mahboub99/portfolio-website
Last synced: about 1 year ago
JSON representation
ð€ this is my Ùportfolio website ... where you can find all my projects
- Host: GitHub
- URL: https://github.com/mahboub99/portfolio-website
- Owner: Mahboub99
- Created: 2020-05-12T12:50:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:42:09.000Z (over 3 years ago)
- Last Synced: 2025-04-01T02:53:31.855Z (about 1 year ago)
- Language: JavaScript
- Size: 6.07 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mahboub
[](https://github.com/Mahboub99/portfolio-website/contributors)
[](https://github.com/Mahboub99/portfolio-website/issues)
[](https://github.com/Mahboub99/portfolio-website/network)
[](https://github.com/Mahboub99/portfolio-website/stargazers)
[](https://github.com/Mahboub99/portfolio-website/blob/master/LICENSE)
## About
> simple portfolio website useing react
### Installation
1. **_Clone the repository_**
```sh
$ git clone https://github.com/Mahboub99/portfolio-website
```
2. **_Navigate to repository directory_**
```sh
$ cd portfolio-website/Mahboub
```
3. **_Install dependencies_**
```sh
$ npm install
```
1. **_Compiles and hot-reloads for development_**
```sh
$ npm start
```
### File structure
```shell
| package-lock.json
| README.md
|
\---Mahboub
| .gitignore
| package-lock.json
| package.json
| README.md
| yarn.lock
|
+---public
| favicon.ico
| favicon.png
| index.html
| logoWhite.png
| manifest.json
| robots.txt
|
\---src
| App.css
| App.js
| App.test.js
| index.css
| index.js
| setupTests.js
| styles.js
|
+---components
| +---Home
| | Home.css
| | Home.jsx
| |
| +---NavBar
| | NavBar.css
| | NavBar.jsx
| |
| \---Project
| Project.css
| Project.jsx
|
+---DataBase
| Projects.js
|
+---images
| | hero.svg
| | logo.png
| | logo2.png
| | Mahboub.jpg
| | Programming.png
| | Tech.png
| |
| +---Projects-Demos
| | A4A.png
| | AlgoBrain.png
| | BlobbyVolley.png
| | GeometryAttack.png
| | Oud.png
| | PaintForKids.png
| | ResturantSimulator.png
| | SpaceTrippers.png
| |
| \---Projects-logos
| A4A.svg
| AlgoBrain.svg
| BlobbyVolley.svg
| GeometryAttack.svg
| Oud.svg
| PaintForKids.svg
| ResturantSimulator.svg
| SpaceTrippers.svg
|
\---themes
Dark.js
Light.js
```
### screen Screenshots









### Contributors
### Licence
[MIT Licence](https://github.com/-portfolio-website/blob/main/LICENSE)