This project demonstrates a stripped scientific calculator with a custom Area of Square feature, built with a complete DevOps pipeline including:
The calculator includes a dedicated Area of Square button that prompts the user
for the side length and calculates side × side.
Formula: A = s² where s = side length
Example: Side = 5 → Area = 25 square units
To prove CI/CD works: make a visible change (e.g., change this text color), commit, push to
main, and the change appears on the live site within ~30 seconds — zero manual upload.
Git commands:
git add .
git commit -m "tweak: change accent color for defense demo"
git push origin main
GitHub Repo: https://github.com/KOREXBOY/vuna-calc
(Private — lecturer added as collaborator)
Live Calculator: Click here
Docker Hub: https://hub.docker.com/r/YOUR_DOCKERHUB/vuna-calc