This project was bootstrapped with Create React App.
You can see the live app at this URL Rock, Paper, Scissors.
You can use either yarn or npm
yarn install
yarn start
To run and see the tests
yarn test
To see coverage
yarn test -- --coverage
Here are a couple of features that could be implemented later on
- Allowing user to type his user name
- Counting scores
- Little animation before telling the result
- User vs User mode
- Rock, Paper, Scissors, Lizard, Spock
