Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunoxd13/poker-hand-analyzer
https://github.com/brunoxd13/poker-hand-analyzer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunoxd13/poker-hand-analyzer
- Owner: brunoxd13
- License: mit
- Created: 2019-05-23T17:36:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:35:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T09:53:48.700Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poker Hand Slover
This project receives its poker plays and processes which is the winner and which plays are used by each hand. The back end project was built using node.js and the front end project was built using react.js.
## Getting Started
### Prerequisites
To perform the project installation you need to have a package manager installed in your environment, such as the following:
- [Yarn](https://yarnpkg.com/pt-BR/)
## Installing process
### Cloning the porject
```
git clone https://github.com/brunoxd13/poker-hand-analyzer.git
cd poker-hand-analyzer
```### Instaling the project
```
yarn install-dependencies
```or
```
npm run install-dependencies
```### Running the project
```
yarn start
```or
```
npm start
```## Author
[Bruno Russi Lautenschlager](https://github.com/brunoxd13)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Credits
Images:
- [Icon Finder](https://www.iconfinder.com)