Build a web app that displays a basic arithmetic calculator.
Suggested UI outcome
Please use the following
- ES2015+
- create-react-app or NextJS
- ReactJS
- Redux
- avoid images for the UI
- resize width on mobile and keep reasonable width on desktop screens
- use CSS Grid to layout the buttons
Please hand in the project as listed bellow
- github or bitbucket public repo with the code
- comment in the code as much as possible
- README.md file with instructions on how to run the app
- should be able to run on any computer locally.
- include unit tests
- it should perform basic arithmetic operations (add, subract, multiply, divide)