Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
Demonstrates a simple Thunkable app with a Todo list, adding tasks and displaying them using visual components and logic blocks.
1. Drag a Text Input component onto the screen for 'New Todo'.
2. Drag a Button labeled 'Add' and configure its logic blocks:
- Append input value to list variable 'todos'.
3. Drag a List Viewer component bound to 'todos' to display items.
4. Configure blocks to reset input after adding and optionally delete items.
5. Preview live on device or web, and publish to iOS or Android.Thunkable is a no-code/low-code cross-platform mobile app development platform that allows users to build native iOS and Android apps using a visual drag-and-drop interface with logic blocks, without writing traditional code.
Origin & Creator
Thunkable was created by Arun Saigal and the team at Thunkable Inc. in 2015, evolving from MIT App Inventor to provide a more modern and powerful cross-platform no-code app builder.
Industrial Note
Best suited for rapid app prototyping, educational projects, MVPs, and users without extensive coding experience who need multi-platform mobile apps.