jes7078 / assignments

0 stars 0 forks source link

week 06 - day 01 - calculator - #18

Closed jes7078 closed 4 years ago

jes7078 commented 4 years ago

Calculator Fun

Practicing is key to gaining the mileage needed to conquer programming. A very common practice problem is to recreate a working calculator. A basic calculator is a good exercise in using state, effects, and components to create a powerful and robust UI.

Objectives

Requirements

Create a simple calculator that allows the user to add, multiply, subtract and divide two numbers. You implement this UI:

Calculator

Explorer Mode

Adventure Mode

Epic Mode

Notes

jes7078 commented 4 years ago

https://github.com/jes7078/calculator