A calculator built using React which shows the current and previous operands, and allows the user to delete individual digits entered, as well as change operations and clear the data. This has been styled using Chakra UI, with three theme options, and employs unit testing (with Jest and React Testing Library.)
This is a Frontend Mentor challenge. This repo is currently under development.
Features
- Common calculator operations
- Three theme options
- useReducer to manage state
- Styled using Chakra UI
- Functionality tested
- Optimised for the web
- Fully responsive
Links