Flopaholic is a web application built with the React JavaScript library that allows users to simulate Texas Hold 'Em poker hands. Users interact with a simple interface to experience each individual round of a hand with randomly generated cards.
- Clone the GitHub repository.
git clone https://github.com/ethanratnofsky/Flopaholic.git
- Navigate to the project directory.
cd Flopaholic
- Install the project dependencies.
npm install
- Run the development server.
npm run start
- Visit the local application at http://localhost:8080.
Flopaholic is publically deployed using gh-pages
(https://www.npmjs.com/package/gh-pages), and the deployed version can be viewed at https://ethanratnofsky.github.io/Flopaholic/.
*(for dev) run the deploy script npm run deploy
to deploy.