{"id":26235841,"url":"https://github.com/sub-dev/rock-paper-scissors","last_synced_at":"2026-04-11T00:47:25.820Z","repository":{"id":243727647,"uuid":"813252991","full_name":"Sub-Dev/Rock-Paper-Scissors","owner":"Sub-Dev","description":"Projeto de desenvolvimento Front-end se utilizando de tecnologias como HTML,CSS e Javascript através da biblioteca React.js para a criação de um jogo de pedra, papel e tesoura","archived":false,"fork":false,"pushed_at":"2024-06-23T19:54:21.000Z","size":3020,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-23T20:31:13.198Z","etag":null,"topics":["frontend-mentor","frontendmentor-challenge","react","reactjs"],"latest_commit_sha":null,"homepage":"https://sub-dev.github.io/Rock-Paper-Scissors/","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/Sub-Dev.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":"2024-06-10T19:10:13.000Z","updated_at":"2024-06-23T19:54:24.000Z","dependencies_parsed_at":"2024-06-10T22:39:07.569Z","dependency_job_id":"bd2e234a-9bfc-411d-bf91-280ac95b21ab","html_url":"https://github.com/Sub-Dev/Rock-Paper-Scissors","commit_stats":null,"previous_names":["sub-dev/rock-paper-scissors"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2FRock-Paper-Scissors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2FRock-Paper-Scissors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2FRock-Paper-Scissors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2FRock-Paper-Scissors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sub-Dev","download_url":"https://codeload.github.com/Sub-Dev/Rock-Paper-Scissors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243330300,"owners_count":20274039,"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":["frontend-mentor","frontendmentor-challenge","react","reactjs"],"created_at":"2025-03-13T03:18:08.923Z","updated_at":"2025-12-29T01:15:27.928Z","avatar_url":"https://github.com/Sub-Dev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align = \"center\" fontSize=\"60px\"\u003e\n 🪨 Rock 📄 Paper ✂️ Scissors Game \n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Interface da aplicação\" src=\".github/screenshot.png\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Funcionamento da aplicação\" src=\".github/demo.gif\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n# 🪨 Rock 📄 Paper ✂️ Scissors Game\nWelcome to our Rock, Paper, Scissors game, a front-end project created using HTML, CSS and JavaScript, enhanced by the React.js library. This game was developed as part of the Frontend Mentor challenge, aiming to provide an engaging and interactive user experience. The project includes a sleek user interface and utilizes local storage to track scores, ensuring your progress is saved even when you close your browser.\n\n## 📝 Challenge Overview\nThis project was built to meet the requirements of the Frontend Mentor Rock, Paper, Scissors challenge. The challenge was to create a dynamic and responsive game where users can play against the computer, with a real-time scoreboard that updates based on the game's results.\n\n## 🚀 Features\n- Interactive Gameplay: Engage in a classic game of Rock, Paper, Scissors with a visually appealing and user-friendly interface.\n- Score Tracking: Scores are stored locally using your browser's local storage, allowing you to track your performance over time.\n- Responsive Design: The game is designed to be fully responsive, ensuring a seamless experience on various devices and screen sizes.\n- React.js Integration: Built using React.js for a dynamic and fluid user interface.\n\n## 🎨 Technologies Used\n- \u003cimg align=\"center\" alt=\"HTML\" height=\"30\" width=\"40\" src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/html5/html5-original.svg\"\u003e HTML5: For the structure and layout of the game interface.\n- \u003cimg align=\"center\" alt=\"CSS\" height=\"30\" width=\"40\" src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/css3/css3-original.svg\"\u003e CSS3: To style and make the game visually appealing with animations and transitions.\n- \u003cimg align=\"center\" alt=\"Js\" height=\"30\" width=\"40\" src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-plain.svg\"\u003e JavaScript: To add functionality and logic to the game.\n-  \u003cimg align=\"center\" alt=\"ReactJS\" height=\"30\" width=\"40\" src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original-wordmark.svg\"\u003e React.js: To create a responsive and interactive user experience.\n-   \u003cimg align=\"center\" alt=\"LocalStorage\" height=\"30\" width=\"40\" src=\"https://cdn-icons-png.flaticon.com/512/2879/2879141.png\"\u003e Local Storage: To persist scores between sessions.\n\n## 🛠️ Getting Started\nTo obtain a copy of this project and run it locally for development and testing, follow these steps:\n\n### Prerequisites\nNode.js and npm installed on your machine.\n### Installation\n- Clone the repository:\n\n```bash\ngit clone https://github.com/Sub-Dev/Rock-Paper-Scissors.git\ncd Rock-Paper-Scissors\n```\n### Install dependencies:\n\n```bash\nnpm install\n```\n### Start the development server:\n\n```bash\nnpm start\n```\n### Open the game:\nOpen your browser and navigate to http://localhost:3000 to see the game in action.\n\n## 📄 License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n## 🤝 Contributing\nContributions are welcome! If you have any ideas or improvements, feel free to open an issue or send a pull request.\n\n## 👥 Authors\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Sub-Dev\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/68450692?v=4\" alt=\"Anthony-Marin\" height=\"30\" width=\"30\"/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cstrong\u003eAnthony Marin\u003c/strong\u003e (Sub-Dev) - \u003ca href=\"https://github.com/Sub-Dev\"\u003eProfile on GitHub\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## 💬 Thanks\nThanks to Frontend Mentor for the engaging challenge that inspired this project.\nSpecial thanks to the open source community for the invaluable resources and tools that made this project possible.\n\n## 🌐 Links\n- Live Demo: [Play the game here](https://sub-dev.github.io/Rock-Paper-Scissors/)\n- Challenge Link: [Frontend Mentor Challenge](https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH)\n- Repository: [Repository on GitHub](https://github.com/Sub-Dev/Rock-Paper-Scissors)\n\nHave fun playing.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-dev%2Frock-paper-scissors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsub-dev%2Frock-paper-scissors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-dev%2Frock-paper-scissors/lists"}