{"id":15726571,"url":"https://github.com/mahboub99/portfolio-website","last_synced_at":"2025-05-12T20:05:48.654Z","repository":{"id":39007152,"uuid":"263335213","full_name":"Mahboub99/portfolio-website","owner":"Mahboub99","description":"👤 this is my ِportfolio website  ... where you can find all my projects ","archived":false,"fork":false,"pushed_at":"2023-01-06T18:42:09.000Z","size":6368,"stargazers_count":6,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T02:53:31.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mahboub99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-12T12:50:58.000Z","updated_at":"2023-03-08T15:22:53.000Z","dependencies_parsed_at":"2023-02-06T08:02:22.070Z","dependency_job_id":null,"html_url":"https://github.com/Mahboub99/portfolio-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahboub99%2Fportfolio-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahboub99%2Fportfolio-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahboub99%2Fportfolio-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mahboub99%2Fportfolio-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mahboub99","download_url":"https://codeload.github.com/Mahboub99/portfolio-website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253814973,"owners_count":21968560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T22:27:51.771Z","updated_at":"2025-05-12T20:05:48.590Z","avatar_url":"https://github.com/Mahboub99.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/Mahboub99/portfolio-website\" rel=\"noopener\"\u003e\n  \n  ![Mahboub](https://user-images.githubusercontent.com/43186742/106363293-4f015700-6330-11eb-9e49-be380a6c1e23.png)\n\n\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003eMahboub\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n  [![GitHub contributors](https://img.shields.io/github/contributors/Mahboub99/-portfolio-website)](https://github.com/Mahboub99/portfolio-website/contributors)\n  [![GitHub issues](https://img.shields.io/github/issues/Mahboub99/-portfolio-website)](https://github.com/Mahboub99/portfolio-website/issues)\n  [![GitHub forks](https://img.shields.io/github/forks/Mahboub99/-portfolio-website)](https://github.com/Mahboub99/portfolio-website/network)\n  [![GitHub stars](https://img.shields.io/github/stars/Mahboub99/-portfolio-website)](https://github.com/Mahboub99/portfolio-website/stargazers)\n  [![GitHub license](https://img.shields.io/github/license/Mahboub99/-portfolio-website)](https://github.com/Mahboub99/portfolio-website/blob/master/LICENSE)\n  \u003cimg src=\"https://img.shields.io/github/languages/count/Mahboub99/-portfolio-website\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/Mahboub99/-portfolio-website\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/code-size/Mahboub99/-portfolio-website\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/issues-pr-raw/Mahboub99/-portfolio-website\" /\u003e\n\n\u003c/div\u003e\n\n## About\n\u003e simple portfolio website useing react \n\n### Installation\n\n1. **_Clone the repository_**\n\n```sh\n$ git clone https://github.com/Mahboub99/portfolio-website\n```\n2. **_Navigate to repository directory_**\n```sh\n$ cd portfolio-website/Mahboub\n```\n\n3. **_Install dependencies_**\n\n```sh\n$ npm install\n```\n\n1. **_Compiles and hot-reloads for development_**\n```sh\n$ npm start\n```\n### File structure \n\n```shell \n|   package-lock.json\n|   README.md\n|   \n\\---Mahboub\n    |   .gitignore\n    |   package-lock.json\n    |   package.json\n    |   README.md\n    |   yarn.lock\n    |   \n    +---public\n    |       favicon.ico\n    |       favicon.png\n    |       index.html\n    |       logoWhite.png\n    |       manifest.json\n    |       robots.txt\n    |       \n    \\---src\n        |   App.css\n        |   App.js\n        |   App.test.js\n        |   index.css\n        |   index.js\n        |   setupTests.js\n        |   styles.js\n        |   \n        +---components\n        |   +---Home\n        |   |       Home.css\n        |   |       Home.jsx\n        |   |       \n        |   +---NavBar\n        |   |       NavBar.css\n        |   |       NavBar.jsx\n        |   |       \n        |   \\---Project\n        |           Project.css\n        |           Project.jsx\n        |           \n        +---DataBase\n        |       Projects.js\n        |       \n        +---images\n        |   |   hero.svg\n        |   |   logo.png\n        |   |   logo2.png\n        |   |   Mahboub.jpg\n        |   |   Programming.png\n        |   |   Tech.png\n        |   |   \n        |   +---Projects-Demos\n        |   |       A4A.png\n        |   |       AlgoBrain.png\n        |   |       BlobbyVolley.png\n        |   |       GeometryAttack.png\n        |   |       Oud.png\n        |   |       PaintForKids.png\n        |   |       ResturantSimulator.png\n        |   |       SpaceTrippers.png\n        |   |       \n        |   \\---Projects-logos\n        |           A4A.svg\n        |           AlgoBrain.svg\n        |           BlobbyVolley.svg\n        |           GeometryAttack.svg\n        |           Oud.svg\n        |           PaintForKids.svg\n        |           ResturantSimulator.svg\n        |           SpaceTrippers.svg\n        |           \n        \\---themes\n                Dark.js\n                Light.js\n```\n\n\n### screen Screenshots\n\n![image](https://user-images.githubusercontent.com/43186742/106362161-05157280-632a-11eb-9217-11abba805222.png)\n\u003chr /\u003e\n\n\n![image](https://user-images.githubusercontent.com/43186742/106362182-1bbbc980-632a-11eb-84ac-62980ff36eb9.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362198-342be400-632a-11eb-8b47-4082448e34b1.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362207-44dc5a00-632a-11eb-8665-7f5347736e04.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362218-53c30c80-632a-11eb-9ade-711f037edd07.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362234-6b01fa00-632a-11eb-879c-d20ee53bf28a.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362255-810fba80-632a-11eb-80d6-d6921e888b35.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362277-a1d81000-632a-11eb-80a1-abad683d8704.png)\n\u003chr /\u003e\n\n![image](https://user-images.githubusercontent.com/43186742/106362300-b4524980-632a-11eb-9c4b-0de18811ade5.png)\n\u003chr /\u003e\n\n\n\n\n### Contributors\n\u003ctable\u003e\n  \u003ctr\u003e\n     \u003ctd align=\"center\"\u003e\n       \u003ca href=\"https://github.com/Mahboub99\"\u003e\n         \u003cimg src=\"https://avatars3.githubusercontent.com/u/43186742?s=460\u0026v=4\" width=\"150px;\" alt=\"\"/\u003e\n         \u003cbr /\u003e\n         \u003csub\u003e\n           \u003cb\u003eAhmed Mahboub\u003c/b\u003e\n         \u003c/sub\u003e\n        \u003c/a\u003e\n       \u003cbr/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n### Licence\n[MIT Licence](https://github.com/-portfolio-website/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahboub99%2Fportfolio-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahboub99%2Fportfolio-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahboub99%2Fportfolio-website/lists"}