kait-can-create / assignments

0 stars 0 forks source link

week 06 - day 01 - calculator - #18

Closed kait-can-create closed 4 years ago

kait-can-create 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

kait-can-create commented 4 years ago

https://github.com/kait-can-create/hw

Would be named something more relevant, but didn't get to see what the assignment was before lunch. Didn't want to recreate this until the yarn.lock file was corrected through app-app build. The HTML and CSS was completed using a grid technique I learned about.

kait-can-create commented 4 years ago

https://github.com/kait-can-create/calculator

Recreated basic calculator