{"id":21807140,"url":"https://github.com/kilkelly/react-kart","last_synced_at":"2026-04-07T08:01:31.723Z","repository":{"id":66155266,"uuid":"58082220","full_name":"kilkelly/react-kart","owner":"kilkelly","description":"A fun kart betting game made with React!","archived":false,"fork":false,"pushed_at":"2017-05-04T04:49:31.000Z","size":378,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T08:13:43.345Z","etag":null,"topics":["react","redux","tape","webpack"],"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/kilkelly.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":"2016-05-04T20:33:50.000Z","updated_at":"2021-06-18T16:52:17.000Z","dependencies_parsed_at":"2023-04-02T11:50:09.140Z","dependency_job_id":null,"html_url":"https://github.com/kilkelly/react-kart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kilkelly/react-kart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilkelly%2Freact-kart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilkelly%2Freact-kart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilkelly%2Freact-kart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilkelly%2Freact-kart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilkelly","download_url":"https://codeload.github.com/kilkelly/react-kart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilkelly%2Freact-kart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","redux","tape","webpack"],"created_at":"2024-11-27T12:37:20.282Z","updated_at":"2026-04-07T08:01:31.702Z","avatar_url":"https://github.com/kilkelly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactKart\n\nReactKart is a simple game made to improve my React \u0026 Redux skills. Choose your kart wisely based on how lucky they are, place a bet and try to increase your Coin Balance!\n\n[`Play ReactKart now!`](http://monivea.com/react-kart/)\n\n![ReactKart Select Screen](http://i74.photobucket.com/albums/i265/gardenstew/reactkart-screen-1.png) ![ReactKart Race Results](http://i74.photobucket.com/albums/i265/gardenstew/reactkart-screen-2.png)\n\n### Installation\nFirst install [node.js](http://nodejs.org/). Then:\n```sh\nnpm install\n```\n### Running in production mode\n```sh\nnpm run start\n```\nthen open [http://localhost:3000/](http://localhost:3000/) in your browser\n\n### Running in development mode\n(mostly to allow hot-reloading of React components)\n```sh\nnpm run start:dev\n```\n\n### Rebuilding production files\n```sh\nnpm run build\n```\n\nOf note in this repo are:\n\n* [`React`](https://github.com/facebook/react) for the view layer.\n* [`Redux`](https://github.com/reactjs/redux) to handle our state (organised using [`Ducks: Redux Reducer Bundles`](https://github.com/erikras/ducks-modular-redux). Parts of Redux state tree are saved to local storage.\n* [`Immutable.js`](https://facebook.github.io/immutable-js/) data structures.\n* [`React Router`](https://github.com/reactjs/react-router) for routing.\n* [`CSS Modules`](https://medium.com/seek-ui-engineering/the-end-of-global-css-90d2a4a06284#.srnlsjycn) for local CSS styling.\n* [`Webpack`](https://github.com/webpack) to bundle our client-side code.\n* Hot reloading using [`webpack-dev-middleware`](https://github.com/webpack/webpack-dev-middleware) and [`webpack-hot-middleware`](https://github.com/glenjamin/webpack-hot-middleware).\n* [`Express`](https://github.com/expressjs/express) for handling server requests (REST and page requests).\n* [`Mocha`](https://mochajs.org/) and [`Chai`](http://chaijs.com/) for unit tests.\n\n\nI learned a lot building this small project because the end result turned out to be fun! Pull requests and comments / issue reports / questions are most welcome. Enjoy and hope the source code helps you!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilkelly%2Freact-kart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilkelly%2Freact-kart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilkelly%2Freact-kart/lists"}