{"id":20110428,"url":"https://github.com/remarkablegames/just-jokes","last_synced_at":"2026-04-11T09:34:45.936Z","repository":{"id":218830333,"uuid":"747478988","full_name":"remarkablegames/just-jokes","owner":"remarkablegames","description":"😂 Just Jokes is a party game where you make jokes with your friends","archived":false,"fork":false,"pushed_at":"2024-10-23T18:00:41.000Z","size":16072,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-24T02:22:47.367Z","etag":null,"topics":["game","joke","party-game","react","remarkablegames","typescript","ui","vite","web","website"],"latest_commit_sha":null,"homepage":"https://remarkablegames.org/just-jokes","language":"TypeScript","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/remarkablegames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-24T02:16:09.000Z","updated_at":"2024-10-23T17:59:56.000Z","dependencies_parsed_at":"2024-05-16T18:45:13.544Z","dependency_job_id":"8f1b6389-20d7-4dd7-b24f-3676a3f1409d","html_url":"https://github.com/remarkablegames/just-jokes","commit_stats":null,"previous_names":["remarkablegames/just-jokes"],"tags_count":16,"template":false,"template_full_name":"remarkablegames/party-game-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fjust-jokes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fjust-jokes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fjust-jokes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Fjust-jokes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/just-jokes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550483,"owners_count":19980738,"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":["game","joke","party-game","react","remarkablegames","typescript","ui","vite","web","website"],"created_at":"2024-11-13T18:11:45.975Z","updated_at":"2025-11-27T09:05:19.734Z","avatar_url":"https://github.com/remarkablegames.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/remarkablegames/just-jokes/master/public/screenshots/home.png\" alt=\"Just Jokes\"\u003e\n\u003c/p\u003e\n\n# Just Jokes\n\n![release](https://img.shields.io/github/v/release/remarkablegames/just-jokes)\n[![build](https://github.com/remarkablegames/just-jokes/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/just-jokes/actions/workflows/build.yml)\n[![cypress](https://github.com/remarkablegames/just-jokes/actions/workflows/cypress.yml/badge.svg)](https://github.com/remarkablegames/just-jokes/actions/workflows/cypress.yml)\n\n😂 [Just Jokes](https://remarkablegames.org/just-jokes/) is a party game where you make jokes with your friends.\n\nThe game was made for the [Global Game Jam 2024](https://globalgamejam.org/games/2024/just-jokes-1), which the theme was `Make Me Laugh`. Read the [blog post](https://remarkablegames.org/posts/just-jokes/).\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/just-jokes/)\n\n## Credits\n\n- [remarkablemark](https://github.com/remarkablemark) - Programmer, UI, Backend, Audio\n- [Rob Cohen](https://github.com/rmacohen) - Programmer, UI, Design\n- [Earth by HoliznaCC0](https://freemusicarchive.org/music/holiznacc0/interstellar-pop-songs/earth/)\n- [Kenney Interface Sounds](https://www.kenney.nl/assets/interface-sounds)\n\n## Inspiration\n\n- [Cards Against Humanity](https://www.cardsagainsthumanity.com/)\n- [Codenames](https://codenames.game/)\n- [Gartic Phone](https://garticphone.com/)\n- [Jackbox Games](https://www.jackboxgames.com/)\n- [Mad Libs](https://www.madlibs.com/)\n- [skribbl.io](https://skribbl.io/)\n\n## Ideation\n\n- [Excalidraw](https://excalidraw.com/#json=Kt2uiTnHd7tUlQfiEpjkH,1HjUTR67lPOCu098Lm_uMg)\n- [Prototype](https://replit.com/@remarkablemark/joke-simulator)\n\n## Stack\n\n- [DriftDB](https://driftdb.com/)\n- [MUI](https://mui.com/)\n- [React](https://react.dev/)\n- [Vite](https://vitejs.dev/)\n\n## Prerequisites\n\n- [nvm](https://github.com/nvm-sh/nvm#readme)\n\n## Install\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablegames/just-jokes.git\ncd just-jokes\n```\n\nUse the Node.js version:\n\n```sh\nnvm use\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\nSet the environment variables:\n\n```sh\ncp .env .env.local\n```\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\n\nOpen [http://localhost:5173](http://localhost:5173) to view it in the browser.\n\nThe page will reload if you make edits.\n\nYou will also see any errors in the console.\n\n### `npm run build`\n\nBuilds the app for production to the `dist` folder.\n\nIt correctly bundles in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\n\nYour app is ready to be deployed!\n\n### `npm run lint`\n\nRuns ESLint.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fjust-jokes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Fjust-jokes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Fjust-jokes/lists"}