A deliberately minimal HTML artifact.
This project begins with the smallest possible interactive web application:
- one display
- a few buttons
- no styling
- no frameworks -no dependencies
- no build tools
The second version demonstrates the core of any calculator
A deliberately minimal HTML artifact.
This project demonstrates the smallest possible interactive web application:
- One input
- One button
- One output
- No styling
- No frameworks
- No dependencies
- No build tools
It copies the value from the input field to the output field when the button is pressed.
This project exists as an exploration of reduction.
What is the smallest possible "app"?
At its core, an application is:
Input → Action → Output
This repository strips everything else away.
- User enters a number.
- User clicks Generate.
- The value is copied to the output field.
That’s it.
No installation required.
- Clone the repository.
- Open
index.htmlin your browser.