Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 628 Bytes

File metadata and controls

15 lines (10 loc) · 628 Bytes

Basic Calculator (react.js)

• A basic calculator: (+ - / *).
• Used Reactjs and CSS to create it.
• React Hooks that i used: useContext, useState, useEffect, useReducer.

-an image for the calculator:
alt text

-fullscreen mode support:
it does switch between flex row and column direction depends on width/height > 1.25 ratio
alt text