mo-fouad / monty-hall

Simulation of Monty Hall Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monty Hall Simulation

to run the application,

start the server

cd server

npm install

npm start

the server is using Port number 4000, please make sure that you don't have anything running on it.


start the web app

cd web

yarn install

yarn start

the web application is using create-react-app as a boilerplate for the project.

About

Simulation of Monty Hall Problem


Languages

Language:JavaScript 61.9%Language:CSS 28.7%Language:HTML 9.4%