Modern implementation of classic game 'rock paper scissors' using frameworks such as Angular, RxJS and NgRx(store).
- Enables user to play rock paper scissors against computer
- User must provide his choice while computer makes his own
- Winner is the best of 5
- Run command 'npm install'
- Run command 'npm run start'