This is a simple React web-application that will help you pick the best statistical blackjack betting strategy. It looks at the player and the dealer's hand and estimates which betting strategy would be most profitable.
- The web-application can be visited here
- The project's GitHub repository can be found here
- A guide on how to play Blackjack can be found here
- An awesome free web-application hosting platform called Heroku can be found here
If you'd like to run this project yourself, you can follow the following steps:
- Clone the repository, or simply download the source code here
- Download and install NodeJS here
- Run the command
npm install
in the same directory as the source code to install all the required packages - Run the command
npm run dev
in the same directory as the source code to start the development server - Visit the website through any modern browser by going to the web-address http://localhost:8080/