Skip to content

A React web application that simulates randomly-generated Texas Hold 'Em poker hands and automatically determines the rank of each hand with a custom algorithm. The application also offers a game version for users to guess the rank of as many consecutive hands as they can.

Notifications You must be signed in to change notification settings

ethanratnofsky/Flopaholic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flopaholic

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.

Local Development

  1. Clone the GitHub repository.
    git clone https://github.com/ethanratnofsky/Flopaholic.git
    
  2. Navigate to the project directory.
    cd Flopaholic
    
  3. Install the project dependencies.
    npm install
    
  4. Run the development server.
    npm run start
    
  5. Visit the local application at http://localhost:8080.

Deployment

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.

About

A React web application that simulates randomly-generated Texas Hold 'Em poker hands and automatically determines the rank of each hand with a custom algorithm. The application also offers a game version for users to guess the rank of as many consecutive hands as they can.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published