A simple and functional calculator built with React. Includes unit testing with Jest and code coverage analysis via Codecov.
Something
- Basic calculator functions: add, subtract, multiply, divide
- Responsive UI with React components
- Unit tests with Jest
- Code coverage reporting via Codecov
- CI integration with GitHub Actions
# Install dependencies
npm install