An open API service indexing awesome lists of open source software.

https://github.com/oncomouse/calculator-project


https://github.com/oncomouse/calculator-project

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator

This project implements a calculator using React, redux-toolkit, and styled-components. mathjs is used for calculation and a number of complex, calculator behaviors are supported (repeatedly pressing enter will repeat the last operation; pressing one number, an operation, and equals will calculate the operation on that number twice; etc.)