This Hello World app was created in AppLab from Code.org using JavaScript. One challenge in developing this app was modifying the links after adding a new screen to this app. Events pointed to the wrong pages after adding new screens. Using clear Hungarian Notation allowed tracing of both the events and the screens. After getting the proper events to go to the proper screen, the app performed perfectly.
Name story screen with both back and next buttons.
Interests screen with both back and next buttons.
Future plans screen with back, next and Start button.
Meme screen includes an animated gif and custom made Meme. Both back and start buttons are also included.
Here's the code running this page in JavaScript.