Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 726 Bytes

Preflop Pro

This web app allows users to get an instant advice on whether the cards are playable in (short stack) Texas Hold’em. It also gradually acquaint yourself with strong and weak hands while playing with friends. It helps to turn the losing streak into a winning one through sound poker reasoning.

Published website: https://preflop-pro.web.app/

Dependencies

This project was bootstrapped with Create React App. Run the following before open the localhost via npm start:

$ npm install
$ npm i react-bootstrap bootstrap

Dev Notes

Follow the steps to deploy the web app on firebase:

$ npm run build
$ firebase deploy