Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenner/monty-hall
https://github.com/srenner/monty-hall
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srenner/monty-hall
- Owner: srenner
- Created: 2024-09-07T16:06:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T14:39:52.000Z (about 2 months ago)
- Last Synced: 2024-11-14T15:30:34.120Z (about 2 months ago)
- Language: Vue
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monty-hall
This project is the code that is being built to run on montyhall.dev
montyhall.dev is a small app that demonstrates the "Monty Hall" brain teaser that came to prominence when it was featured in Marilyn vos Savant's "Ask Marilyn" column in Parade magazine in 1990. This app gives a visual and statistical demonstration on how most people come to the wrong conclusion when playing the game.
---
Written using Vue 3.x and Bootstrap 5.x on the frontend, and a Fastify API that connects to a SQLite database.