https://github.com/math2001/fit-cards
https://github.com/math2001/fit-cards
cards fitness
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/math2001/fit-cards
- Owner: math2001
- License: mit
- Created: 2017-04-09T08:08:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T00:07:09.000Z (about 9 years ago)
- Last Synced: 2025-11-16T20:26:03.611Z (8 months ago)
- Topics: cards, fitness
- Language: JavaScript
- Homepage: https://math2001.github.io/fit-cards/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fit cards
Here's a little thing that will help you get fitter.
Take a regular deck of card. Then, assign fitness rep to each symbol. For example:
| Symbol | Fitness rep |
|----------|------------------------------|
| clubs | Bicycle crunches (each side) |
| spades | Sit ups |
| diamonds | 5s wall sit |
| heart | Mountain climbers |
Then, pick a card. The number on the cards tells you how many reps you have to do.
#### Special cases
- the Jacks, the Queens and the Kings are **10** reps
- The Ases are **20** reps
### Example
So, say you picked the 4 of hearts. That means you have to to 4 mountain climbers.
- Queen of spades → 10 sit ups
- As of clubs → 20 bicycle crunches
- 7 of diamonds → 35s wall sit (7 x 5)
So, this little web page allows you to write the fitness rep for each symbol, that's all. :slightly_smiling_face: