📄️ Introduction
Development Cycle
📄️ Counter API Demo
The example we are looking at is a simple coffee counter. Our product will track the daily coffee consumption of a user. For this the user interface requires an API to the backend to count coffees.
📄️ Calculator API Demo
A calculator allows you to enter numbers and calculate a new value based on different operations. Our calculator will support add, subtract, multiply and divide operations as well as a clear action. The calculator always has a total value to show the current calculated value.