piercebhunt / assignments

assignments for Suncoast Developers Guild
0 stars 0 forks source link

07 - 05 - Calculating Hooks #28

Open piercebhunt opened 4 years ago

piercebhunt commented 4 years ago

Practice 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. Here is a sample UI:

Calculator

Notes

Explorer Mode

Adventure Mode

Epic Mode