{"id":15604115,"url":"https://github.com/reem-lab/bugs-hide-and-seek","last_synced_at":"2026-07-09T12:31:11.695Z","repository":{"id":111093140,"uuid":"439402584","full_name":"Reem-lab/Bugs-hide-and-seek","owner":"Reem-lab","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-17T17:28:01.000Z","size":11811,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T23:41:30.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Reem-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-17T16:58:19.000Z","updated_at":"2023-02-06T22:49:53.000Z","dependencies_parsed_at":"2023-03-13T13:43:58.827Z","dependency_job_id":null,"html_url":"https://github.com/Reem-lab/Bugs-hide-and-seek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Reem-lab/Bugs-hide-and-seek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2FBugs-hide-and-seek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2FBugs-hide-and-seek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2FBugs-hide-and-seek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2FBugs-hide-and-seek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reem-lab","download_url":"https://codeload.github.com/Reem-lab/Bugs-hide-and-seek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reem-lab%2FBugs-hide-and-seek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35299762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-03T03:23:42.715Z","updated_at":"2026-07-09T12:31:11.676Z","avatar_url":"https://github.com/Reem-lab.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![](https://img.shields.io/static/v1?label=BY\u0026message=Reemoz\u0026color=pink)\n\u003c!-- Feel Free to Add, Update, Delete Any Section you find needs so --\u003e\n\n# Portfolio\n\n\u003e A Simple Software Engineer Portfolio App Made with Vanilla HTML5, CSS3. The Project Contains a Showcase with Information About Me, All of My Works (Apps), and a Contact Form for Communication\n\n![screenshot](images/app_screenshot.png)\n\n*A Screenshot of the Mobile Version of the Portfolio App*\n\n## Built With\n\n- Languages: _**HTML, CSS**_\n- Technologies used: _**GIT, GITHUB, LINTERS**_\n\n## Live Demo\n\n[Live Demo Link](https://reem-lab.github.io/MyPortfolio/)\n\n## Getting Started\n\n**Start by cloning the repo and setup the gulpfile + linters.**\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- [**npm**](https://nodejs.org) (**n**ode **p**ackage **m**anager) - to be able to install packages locally.\n- **A github Account** - to be able to use github actions.\n\n### Setup\n\n- **Open** the terminal.\n- **Run** `cd \\path\\to\\where\\you\\want\\your\\local\\copy`\n- **Clone** the repo\n  1. **Run** `git clone git@github.com:MrRamoun/README.git`\n  2. **Run** `cd README/`\n\n### Install\n\n- install **Webhint** linter\n\n  1. **Run** `npm install --save-dev hint@6.x`\n\n- install **Stylelint** linter\n\n  1. **Run** `npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x`\n\n- install **ESLint** linter\n\n  1. **Run** `npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x`\n\n- install **gulp**\n\n  1. **Run** `touch gulpfile.js`\n  2. **Run** `npm install gulp --save-dev`\n  3. **Run** `npm install gulp-autoprefixer --save-dev`\n\n### Usage\n\n### Run tests\n\n- run **Webhint** linter\n  - **Run** `npx hint .` on the root of your directory of your project.\n- run **Stylelint** linter\n  - **Run** `npx stylelint \"**/*.{css,scss}\"` on the root of your directory of your project.\n- run **ESLint** linter\n  - **Run** `npx eslint .` on the root of your directory of your project.\n- run **gulp**\n  - **Run** `gulp \u003cname-of-task\u003e` on the root of your directory of your project.\n\n### Deployment\n\n## Authors\n\n\u003c!-- Only Change Username for Different Accounts --\u003e\n\n👤 **Reem**\n\n Platform | Badge |\n --- | --- |\n- **GitHub** | [![@Reem-Lab](https://img.shields.io/github/followers/reem-lab?label=Reem-Lab\u0026style=social)](https://github.com/reem-lab)\n- **Twitter**| [![@Rem79940127](https://img.shields.io/twitter/follow/Rem79940127?label=Rem79940127\u0026style=social)](https://twitter.com/Rem79940127)\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](/LICENSE) licensed.\n=======\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freem-lab%2Fbugs-hide-and-seek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freem-lab%2Fbugs-hide-and-seek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freem-lab%2Fbugs-hide-and-seek/lists"}