Calculator App - Thunkable Typing CST Test
Loading…
Calculator App — Thunkable Code
A simple four-function calculator using number inputs and formula blocks.
1. Create variables: 'num1', 'num2', 'result'.
2. Add two Text Inputs for numbers.
3. Add Buttons '+', '-', '*', '/'.
4. On button press -> Set 'result' = formula(num1 op num2).
5. Bind Label to 'result' to display the calculation.Thunkable Language Guide
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.
Primary Use Cases
- ▸Educational apps and learning tools
- ▸Rapid prototyping and MVP development
- ▸Small business apps for iOS and Android
- ▸Apps integrating cloud services (Firebase, REST APIs)
- ▸Non-technical users building native apps visually
Notable Features
- ▸Drag-and-drop visual interface for app building
- ▸Cross-platform deployment for iOS and Android
- ▸Logic blocks for app functionality without code
- ▸Integration with APIs, sensors, and device features
- ▸Real-time live testing and app previews
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.