auto-generated projects summary (#1819)
* auto-generated projects summary * remove project with external libs (docs checker fails) * removing video links
This commit is contained in:
parent
b3535a50da
commit
cf3fe884be
126
docs/projects.md
126
docs/projects.md
@ -1,57 +1,83 @@
|
||||
# Projects
|
||||
|
||||
Here are some cool projects that you can build with your @boardname@!
|
||||
|
||||
## Categories
|
||||
|
||||
```codecard
|
||||
[{
|
||||
"name": "Tutorials",
|
||||
"url": "/tutorials",
|
||||
"imageUrl": "/static/mb/projects/a1-display.png"
|
||||
}, {
|
||||
"name": "Games",
|
||||
"url":"/projects/games",
|
||||
"imageUrl":"/static/mb/projects/a4-motion.png"
|
||||
}, {
|
||||
"name": "Radio Games",
|
||||
"url":"/projects/radio-games",
|
||||
"imageUrl":"/static/mb/projects/fireflies.png"
|
||||
}, {
|
||||
"name": "Fashion",
|
||||
"url":"/projects/fashion",
|
||||
"imageUrl":"/static/mb/projects/wallet.png"
|
||||
}, {
|
||||
"name": "Music",
|
||||
"url":"/projects/music",
|
||||
"imageUrl":"/static/mb/projects/a6-music.png"
|
||||
},{
|
||||
"name": "Toys",
|
||||
"url":"/projects/toys",
|
||||
"imageUrl":"/static/mb/projects/inchworm.jpg"
|
||||
}, {
|
||||
"name": "Science",
|
||||
"url":"/projects/science",
|
||||
"imageUrl":"/static/mb/projects/timegate.jpg"
|
||||
}, {
|
||||
"name": "Tools",
|
||||
"url": "/projects/tools",
|
||||
"imageUrl": "/static/mb/projects/light-level-meter.png"
|
||||
}, {
|
||||
"name": "Turtle",
|
||||
"url": "/projects/turtle",
|
||||
"imageUrl":"/static/mb/projects/turtle-square.png"
|
||||
}]
|
||||
[
|
||||
{
|
||||
"name": "Tutorials",
|
||||
"url": "tutorials",
|
||||
"imageUrl": "/static/mb/projects/a1-display.png",
|
||||
"largeImageUrl": "/static/mb/projects/flashing-heart/sim.gif"
|
||||
},
|
||||
{
|
||||
"name": "Games",
|
||||
"url": "projects/games",
|
||||
"imageUrl": "/static/mb/projects/a4-motion.png"
|
||||
},
|
||||
{
|
||||
"name": "Radio Games",
|
||||
"url": "projects/radio-games",
|
||||
"imageUrl": "/static/mb/projects/multi-dice.png"
|
||||
},
|
||||
{
|
||||
"name": "Fashion",
|
||||
"url": "projects/fashion",
|
||||
"imageUrl": "/static/mb/projects/wallet.png"
|
||||
},
|
||||
{
|
||||
"name": "Music",
|
||||
"url": "projects/music",
|
||||
"imageUrl": "/static/mb/projects/a6-music.png"
|
||||
},
|
||||
{
|
||||
"name": "Toys",
|
||||
"url": "projects/toys",
|
||||
"imageUrl": "/static/mb/projects/inchworm.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Science",
|
||||
"url": "projects/science",
|
||||
"imageUrl": "/static/mb/projects/timegate.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Tools",
|
||||
"url": "projects/tools",
|
||||
"imageUrl": "/static/mb/projects/plot-acceleration.png"
|
||||
},
|
||||
{
|
||||
"name": "Turtle",
|
||||
"url": "projects/turtle",
|
||||
"imageUrl": "/static/mb/projects/turtle-square.png"
|
||||
},
|
||||
{
|
||||
"name": "Blocks To JavaScript",
|
||||
"url": "courses/blocks-to-javascript",
|
||||
"imageUrl": "/static/courses/blocks-to-javascript/hello-javascript.png"
|
||||
},
|
||||
{
|
||||
"name": "Courses",
|
||||
"url": "courses",
|
||||
"imageUrl": "/static/courses/csintro.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Behind the MakeCode Hardware",
|
||||
"url": "behind-the-makecode-hardware",
|
||||
"imageUrl": "/static/mb/behindhardware/leds.jpg"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
## See Also
|
||||
|
||||
[Tutorials](/tutorials),
|
||||
[Games](/projects/games),
|
||||
[Radio games](/projects/radio-games),
|
||||
[Fashion](/projects/fashion)
|
||||
[Music](/projects/music),
|
||||
[Toys](/projects/toys),
|
||||
[Science](/projects/science),
|
||||
[Tools](/projects/tools),
|
||||
[Turtle](/projects/turtle)
|
||||
[Tutorials](tutorials),
|
||||
[Games](projects/games),
|
||||
[Radio Games](projects/radio-games),
|
||||
[Fashion](projects/fashion),
|
||||
[Music](projects/music),
|
||||
[Toys](projects/toys),
|
||||
[Science](projects/science),
|
||||
[Tools](projects/tools),
|
||||
[Turtle](projects/turtle),
|
||||
[Blocks To JavaScript](courses/blocks-to-javascript),
|
||||
[Courses](courses),
|
||||
[Behind the MakeCode Hardware](behind-the-makecode-hardware)
|
||||
|
||||
|
76
docs/projects/SUMMARY.md
Normal file
76
docs/projects/SUMMARY.md
Normal file
@ -0,0 +1,76 @@
|
||||
# Projects
|
||||
|
||||
* [Tutorials](tutorials)
|
||||
* [Flashing Heart](/projects/flashing-heart)
|
||||
* [Name Tag](/projects/name-tag)
|
||||
* [Smiley Buttons](/projects/smiley-buttons)
|
||||
* [Dice](/projects/dice)
|
||||
* [Love Meter](/projects/love-meter)
|
||||
* [Micro Chat](/projects/micro-chat)
|
||||
* [Games](projects/games)
|
||||
* [Rock Paper Scissors](/projects/rock-paper-scissors)
|
||||
* [Coin Flipper](/projects/coin-flipper)
|
||||
* [Reaction Time](/projects/reaction-time)
|
||||
* [Magic Button Trick](/projects/magic-button-trick)
|
||||
* [Snap the dot](/projects/snap-the-dot)
|
||||
* [Salute!](/projects/salute)
|
||||
* [Karel the LED](/projects/karel)
|
||||
* [Crashy bird](/projects/crashy-bird)
|
||||
* [Radio Games](projects/radio-games)
|
||||
* [Multi Dice](/projects/multi-dice)
|
||||
* [Mood Radio](/projects/mood-radio)
|
||||
* [Tele-potato](/projects/tele-potato)
|
||||
* [Fireflies](/projects/fireflies)
|
||||
* [Hot or Cold](/projects/hot-or-cold)
|
||||
* [Red Light Green Light](/projects/red-light-green-light)
|
||||
* [Voting Machine](/projects/voting-machine)
|
||||
* [Rock Paper Scissors Teams](/projects/rps-teams)
|
||||
* [Infection](/projects/infection)
|
||||
* [Fashion](projects/fashion)
|
||||
* [Duct Tape Wallet](/projects/wallet)
|
||||
* [Watch](/projects/watch)
|
||||
* [Stopwatch](/projects/stopwatch)
|
||||
* [Step counter](/projects/step-counter)
|
||||
* [Duct Tape Watch](/projects/duct-tape-watch)
|
||||
* [Music](projects/music)
|
||||
* [Hack Your Headphones](/projects/hack-your-headphones)
|
||||
* [Banana Keyboard](/projects/banana-keyboard)
|
||||
* [Guitar](/projects/guitar)
|
||||
* [Toys](projects/toys)
|
||||
* [Inchworm](/projects/inchworm)
|
||||
* [Milk Carton Robot](/projects/milk-carton-robot)
|
||||
* [Milky Monster](/projects/milky-monster)
|
||||
* [Railway Crossing](/projects/railway-crossing)
|
||||
* [Kitronik RC Car Hack](/projects/rc-car)
|
||||
* [Science](projects/science)
|
||||
* [Timing Gates](/projects/timing-gates)
|
||||
* [Soil Moisture](/projects/soil-moisture)
|
||||
* [Plant Watering](/projects/plant-watering)
|
||||
* [States of Matter](/projects/states-of-matter)
|
||||
* [Tools](projects/tools)
|
||||
* [Plot Acceleration](/projects/plot-acceleration)
|
||||
* [Light Level Meter](/projects/light-level-meter)
|
||||
* [Analog Pin Tester](/projects/analog-pin-tester)
|
||||
* [Servo Calibrator](/projects/servo-calibrator)
|
||||
* [Radio Bridge](/projects/radio-bridge)
|
||||
* [Blocks To JavaScript](courses/blocks-to-javascript)
|
||||
* [Hello JavaScript](/courses/blocks-to-javascript/hello-javascript)
|
||||
* [Starter Blocks](/courses/blocks-to-javascript/starter-blocks)
|
||||
* [Writing Code](/courses/blocks-to-javascript/writing-code)
|
||||
* [Complex Conditionals](/courses/blocks-to-javascript/complex-conditionals)
|
||||
* [Conditional Loops](/courses/blocks-to-javascript/conditional-loops)
|
||||
* [Command Responder](/courses/blocks-to-javascript/command-responder)
|
||||
* [Writing Functions](/courses/blocks-to-javascript/writing-functions)
|
||||
* [Courses](courses)
|
||||
* [Intro to CS](/courses/csintro)
|
||||
* [Science Experiments](/courses/ucp-science)
|
||||
* [Learn All About micro:bit](https://goo.gl/XTPYpP)
|
||||
* [Discover JavaScript Blocks](https://microbit.org/en/2017-03-07-javascript-block-resources/)
|
||||
* [Networking with the micro:bit](https://microbit.nominetresearch.uk/networking-book/)
|
||||
* [SparkFun Videos](https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk)
|
||||
* [Blocks to JavaScript](/courses/blocks-to-javascript)
|
||||
* [SparkFun Inventor's Kit](https://learn.sparkfun.com/tutorials/sparkfun-inventors-kit-for-microbit-experiment-guide/introduction-to-the-sparkfun-inventors-kit-for-microbit)
|
||||
* [Kitronik Inventor Kit](https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help)
|
||||
* [micro:bit of Things](https://sites.google.com/view/microbitofthings)
|
||||
* [A-Z Robotics](https://tinkerspark.teachable.com/)
|
||||
* [Behind the MakeCode Hardware](behind-the-makecode-hardware)
|
Loading…
Reference in New Issue
Block a user