You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very simple calculator performing the basic arithmetic operations, written in Jetpack Compose, using the MVI patters. It also supports converting to other currencies using a public API
An very simple calculator app written in Jetpack Compose.
Supported operations:
Addition
Subtraction
Multiplication
Division
Currency conversion:
Currency conversion is performed by calling CurrencyBeacon API.
About
A very simple calculator performing the basic arithmetic operations, written in Jetpack Compose, using the MVI patters. It also supports converting to other currencies using a public API