Step counter activity (#1216)

* added step-counter project

* added to summary
This commit is contained in:
Peli de Halleux
2018-09-12 08:16:22 -07:00
committed by GitHub
parent a1a3ded4f3
commit 5dde6947d3
4 changed files with 74 additions and 0 deletions

View File

@ -17,6 +17,12 @@
"url": "/projects/stopwatch",
"imageUrl":"/static/mb/projects/stopwatch.png",
"cardType": "side"
}, {
"name": "Step counter",
"description": "Count your steps",
"url": "/projects/step-counter",
"imageUrl":"/static/mb/projects/step-counter.png",
"cardType": "side"
}]
```