An open API service indexing awesome lists of open source software.

https://github.com/remarkablegames/just-jokes

😂 Just Jokes is a party game where you make jokes with your friends
https://github.com/remarkablegames/just-jokes

game joke party-game react remarkablegames typescript ui vite web website

Last synced: 3 months ago
JSON representation

😂 Just Jokes is a party game where you make jokes with your friends

Awesome Lists containing this project

README

          


Just Jokes

# Just Jokes

![release](https://img.shields.io/github/v/release/remarkablegames/just-jokes)
[![build](https://github.com/remarkablegames/just-jokes/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/just-jokes/actions/workflows/build.yml)
[![cypress](https://github.com/remarkablegames/just-jokes/actions/workflows/cypress.yml/badge.svg)](https://github.com/remarkablegames/just-jokes/actions/workflows/cypress.yml)

😂 [Just Jokes](https://remarkablegames.org/just-jokes/) is a party game where you make jokes with your friends.

The 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/).

Play the game on:

- [remarkablegames](https://remarkablegames.org/just-jokes/)

## Credits

- [remarkablemark](https://github.com/remarkablemark) - Programmer, UI, Backend, Audio
- [Rob Cohen](https://github.com/rmacohen) - Programmer, UI, Design
- [Earth by HoliznaCC0](https://freemusicarchive.org/music/holiznacc0/interstellar-pop-songs/earth/)
- [Kenney Interface Sounds](https://www.kenney.nl/assets/interface-sounds)

## Inspiration

- [Cards Against Humanity](https://www.cardsagainsthumanity.com/)
- [Codenames](https://codenames.game/)
- [Gartic Phone](https://garticphone.com/)
- [Jackbox Games](https://www.jackboxgames.com/)
- [Mad Libs](https://www.madlibs.com/)
- [skribbl.io](https://skribbl.io/)

## Ideation

- [Excalidraw](https://excalidraw.com/#json=Kt2uiTnHd7tUlQfiEpjkH,1HjUTR67lPOCu098Lm_uMg)
- [Prototype](https://replit.com/@remarkablemark/joke-simulator)

## Stack

- [DriftDB](https://driftdb.com/)
- [MUI](https://mui.com/)
- [React](https://react.dev/)
- [Vite](https://vitejs.dev/)

## Prerequisites

- [nvm](https://github.com/nvm-sh/nvm#readme)

## Install

Clone the repository:

```sh
git clone https://github.com/remarkablegames/just-jokes.git
cd just-jokes
```

Use the Node.js version:

```sh
nvm use
```

Install the dependencies:

```sh
npm install
```

Set the environment variables:

```sh
cp .env .env.local
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:5173](http://localhost:5173) to view it in the browser.

The page will reload if you make edits.

You will also see any errors in the console.

### `npm run build`

Builds the app for production to the `dist` folder.

It correctly bundles in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

### `npm run lint`

Runs ESLint.

## License

[MIT](LICENSE)