Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 849 Bytes

Poker Leaderboard

Developed as an exercise using Angular 6 and Bootstrap 4, meant to somewhat mimic one of the leaderboards presented on: https://www.cardplayer.com/.

Here's a screenshot of the main page

The Add / Edit modal

The Delete modal

Instructions

  • Ensure you have npm installed and available in your PATH
  • From the root folder of this project run npm start

Running unit tests

Run npm run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run ng e2e to execute the end-to-end tests via Protractor.