Never made a calculator with React
Wanted to get acquainted with Hooks
Wanted to learn React-Testing-Library
download repo
navigate to 'calculator' dir *note - lowecase 'c'
run 'npm start'
run 'npm test' to run tests, or 'npm test -- --coverage --watchAll=false' to see coverage
currently accepts input as button clicks, kb input partially working
will place further restrictions on input to avoid multiple operators consecutively
will implement sqrt functionality, parens, %, etc.