A simple Calculator that is based on the blog post testdriven.io. Refactored the code to have only functional components und use hooks. Tests are now done using react-testing-library instead of enzyme.
Download from git.
$ npm install$ npm start$ npm test