2018-09-07 21:58:40 +02:00
|
|
|
# Fashion
|
|
|
|
|
|
|
|
## Essentials
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Duct Tape Wallet",
|
|
|
|
"url":"/projects/wallet",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "A stylish wallet that holds your digital money and even real money",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/wallet.png"
|
|
|
|
}, {
|
|
|
|
"name": "Watch",
|
|
|
|
"url":"/projects/watch",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Keep up with the times using your fancy micro:bit watch",
|
2018-09-07 21:58:40 +02:00
|
|
|
"imageUrl":"/static/mb/projects/a10-watch.png"
|
2018-09-11 18:03:06 +02:00
|
|
|
}, {
|
|
|
|
"name": "Stop Watch",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "How time passes, keep track of how much",
|
2018-09-11 22:16:56 +02:00
|
|
|
"url": "/projects/stopwatch",
|
|
|
|
"imageUrl":"/static/mb/projects/stopwatch.png",
|
|
|
|
"cardType": "side"
|
2018-09-12 17:16:22 +02:00
|
|
|
}, {
|
|
|
|
"name": "Step counter",
|
2018-09-13 16:03:14 +02:00
|
|
|
"description": "Catch your stride and count your steps",
|
2018-09-12 17:16:22 +02:00
|
|
|
"url": "/projects/step-counter",
|
|
|
|
"imageUrl":"/static/mb/projects/step-counter.png",
|
|
|
|
"cardType": "side"
|
2018-09-07 21:58:40 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|