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
- Ensure you have npm installed and available in your
PATH
- From the root folder of this project run
npm start
Run npm run ng test
to execute the unit tests via Karma.
Run npm run ng e2e
to execute the end-to-end tests via Protractor.