{"id":18289561,"url":"https://github.com/divyanshu-rawat/a-react-game","last_synced_at":"2025-04-09T07:22:17.529Z","repository":{"id":82676172,"uuid":"92844765","full_name":"divyanshu-rawat/A-React-Game","owner":"divyanshu-rawat","description":"A kuch bhi (Game) built using react.js","archived":false,"fork":false,"pushed_at":"2017-09-14T19:14:24.000Z","size":73,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T01:41:21.644Z","etag":null,"topics":["functional-programming","reactjs"],"latest_commit_sha":null,"homepage":"http://areactgame.surge.sh/","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/divyanshu-rawat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-30T15:00:24.000Z","updated_at":"2017-10-30T14:51:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d63f84c3-15cc-4bc2-8979-f59e5a47d1dc","html_url":"https://github.com/divyanshu-rawat/A-React-Game","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/divyanshu-rawat%2FA-React-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyanshu-rawat%2FA-React-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyanshu-rawat%2FA-React-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divyanshu-rawat%2FA-React-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divyanshu-rawat","download_url":"https://codeload.github.com/divyanshu-rawat/A-React-Game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994614,"owners_count":21030168,"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":["functional-programming","reactjs"],"created_at":"2024-11-05T14:07:06.708Z","updated_at":"2025-04-09T07:22:17.500Z","avatar_url":"https://github.com/divyanshu-rawat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## A Game built using react.js\n\n[![Join the chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/divyanshu001)\n[![Contact me on Codementor](https://cdn.codementor.io/badges/contact_me_github.svg)](https://www.codementor.io/divyanshurawat?utm_source=github\u0026utm_medium=button\u0026utm_term=divyanshurawat\u0026utm_campaign=github)\n[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/r46956)\n[![DUB](https://img.shields.io/dub/l/vibe-d.svg?style=flat)](#)\n\n[![Divyanshu](https://img.shields.io/badge/divyanshu-owner-brightgreen.svg?style=flat)](http://www.divyanshurawat.in)\n[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/divyanshu-rawat)\n[![Build Status](https://travis-ci.org/divyanshu-rawat/JS-Testing.svg?branch=master)](https://travis-ci.org/divyanshu-rawat/JS-Testing)\n[![NPM](https://img.shields.io/badge/npm-v3.10.10-blue.svg)](https://www.npmjs.com/package/npm)\n\n##\n\n### Live Application\n\n[![Live Demo Here](https://img.shields.io/badge/website-up-orange.svg)](http://areactgame.surge.sh/)\n\n##\n\n#### Description  \n\n* When the game starts, you get a random number of stars between 1 and 9, and you have the set of numbers in the\n  bottom frame that you can use.\n* You can select one or more numbers that would sum up to the value of the random stars.\n  The objective is to correctly use all the numbers here in the bottom frame. If you end up with a number of stars that has     no possible correct combination, you get to redraw, which you can do five times.\n* After that, if you still end up with a  number of stars that has no possible correct combination out of all the remaining  \n  numbers, then you lose the game.\n\n##\n\n#### Installation Instructions :grey_exclamation:\n\n* Clone or download the repo. into any fresh temporary folder.\n\n* Cd into that root folder you just cloned locally.\n\n* Open terminal in the current folder and to install all dependencies type \n\n```javascript\n   npm install \n```\n\n* Now typing \n\n```javascript\n   nodemon server.js\n```\n\n* will start a server !\n\n##\n\n\n#### Package Manager Used (NPM)\n\n* NPM is the default package manager for the JavaScript runtime environment Node.js.\n\n##\n\n#### Package.json (dependencies)\n  \n* For dependencies refer Package.json.\n\n##\n\n\n### Contributing\n\n1. Create your **_branch_**: `git checkout -b my-new-feature`\n\n2. **_Commit_** your changes: `git commit -m 'Add some feature'`\n\n3. **_Push_** to the branch: `git push origin my-new-feature`\n\n4. Send a **Pull Request**\n\n5. **_Enjoy!_**\n\n##\n\n\n#### Examples\n\n![alt tag](https://github.com/divyanshu-rawat/A-React-Game/blob/master/snapshots/correct_answer.png)\n\n##\n\n![alt tag](https://github.com/divyanshu-rawat/A-React-Game/blob/master/snapshots/wrong_answer.png)\n\n##\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyanshu-rawat%2Fa-react-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivyanshu-rawat%2Fa-react-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivyanshu-rawat%2Fa-react-game/lists"}