Mandatory variation on Meteor's Leaderboard example.
- Twitter Bootstrap layout (based on Gavin Payne's design)
- Sorting order and selection saved to local storage using Amplify
- Increment and decrement score
- Sort by score or name
- Randomize scores
- Add new player
- Delete player
- Reset players
- Highlight maximum and minimum scores
The following packages are required: less
, amplify
, bootstrap
.
meteor add less
meteor add amplify
meteor add bootstrap