This is the code that runs https://bandolier.learnjsthehardway.com/ for you to review. It uses the https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template to create the documentation for the project.
https://bandolier.learnjsthehardway.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
605 B
13 lines
605 B
{
|
|
"author": "Zed A. Shaw",
|
|
"date": "Jan 1, 2023",
|
|
"has_image": false,
|
|
"tag": "HOWTO",
|
|
"icon": "network",
|
|
"summary": "Reworking the UI to use the FSM for tight control of your...number guessing."
|
|
}
|
|
------
|
|
|
|
# Long Start Step 13: Advanced Fancy FSM Based UI
|
|
|
|
This article is currently a stub for the full document coming soon. I have to actually create the course content for this first, then I'll be able to write a succinct version of this topic. If you're struggling with this then feel free to message me on Twitter [@lzsthw](https://twitter.com/lzsthw/) and I'll help you out.
|
|
|