aksnell / assignments

0 stars 0 forks source link

07 - 05 - Calculating Hooks #28

Closed aksnell closed 4 years ago

aksnell 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

aksnell commented 4 years ago

https://calculator-theor.netlify.app/ https://github.com/aksnell/calculator

gstark commented 4 years ago

Somehow, just somehow I knew your code would use eval: eval(output) ;)

aksnell commented 4 years ago

Your homework 08 - 01 - Calculating Hooks was marked: Meets Expectations

Well done!

“Well done!”