aparrett / poker-ui-deprecated

An app where you can play Texas Hold'em poker with your friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poker-app-ui

Play Texas Hold'em poker! Click here to play. (The servers are running on free Heroku instances and will take several seconds to boot up.)

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your lint and tests

npm run test

Lints and fixes files

npm run lint

Tech Stack

How to Contribute

  1. Install Git on your machine. https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

  2. Fork the repository to your own account.

  3. Clone the repository into your projects folder on your computer.

git clone https://github.com/<your-user-name>/poker-app-ui.git
  1. Make your changes to the code. Feel free to create new branches if you would like but it is not necessary at this point.
  2. Commit your code with a thoughtful message.
git commit -am 'Added the ability to shuffle cards'
  1. Push to your repository.
git push
  1. Create a pull request.
  1. Once the code is reviewed, it will be merged into master on the original repository.

Known Issues

  • There are abandoned games in the list because the server does not delete abandoned games automatically.
  • Restarting the server makes a user's hand disappear until they refresh their browser.
  • The styles are not responsive.
  • Because the app is on Heroku and I'm not paying for the live server, the UI and API take several seconds to boot up.

To-Do

Send me an email at anthonyparrett7@gmail.com for an invite to the Trello board where I am tracking the to-do list.

About

An app where you can play Texas Hold'em poker with your friends.

License:Other


Languages

Language:Vue 68.7%Language:SCSS 18.5%Language:JavaScript 11.6%Language:HTML 1.3%