Skip to content

Commit

Permalink
Merge pull request #3669 from wagnerf42/pushups
Browse files Browse the repository at this point in the history
new app : Pushups
  • Loading branch information
bobrippling authored Jan 12, 2025
2 parents cf50699 + 50ce346 commit 883e16f
Show file tree
Hide file tree
Showing 9 changed files with 544 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/pushups/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1: Initial code
34 changes: 34 additions & 0 deletions apps/pushups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Pushups

Pushups is an exercising app with a twist : the accelerometer.

![Screenshot](shot_pushups.png)

I initially just wanted a pushups counter but i kind of got out of hand.

The accelerometer will work on the following exercises :

- pushups
- situps
- squats
- jumping jacks

For each of them it will try to detect two positions (for example up and down for pushups)
and buzz on each change. You can set up a target counter for each exercise.

Precision is not 100% but it's good for me and kind of increases my motivation.

Other activities are time based like

- plank
- rest


Define your training routine, set a duration and you're ready to go.


## Creator

Feel free to give me feedback : is it useful for you ? what other features would you like ?

[email protected]
1 change: 1 addition & 0 deletions apps/pushups/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 883e16f

Please sign in to comment.