https://github.com/oncomouse/calculator-project
https://github.com/oncomouse/calculator-project
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/calculator-project
- Owner: oncomouse
- Created: 2022-01-18T14:06:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T18:04:01.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:48:53.568Z (over 1 year ago)
- Language: JavaScript
- Size: 663 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)