https://github.com/cdrani/react-calculator
simple react app with basic operations
https://github.com/cdrani/react-calculator
big-js calculator herokuapp react
Last synced: 2 months ago
JSON representation
simple react app with basic operations
- Host: GitHub
- URL: https://github.com/cdrani/react-calculator
- Owner: cdrani
- Created: 2018-11-29T17:19:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T23:22:37.000Z (over 7 years ago)
- Last Synced: 2025-03-30T11:45:20.724Z (over 1 year ago)
- Topics: big-js, calculator, herokuapp, react
- Language: JavaScript
- Homepage: https://basic-react-calc.herokuapp.com/
- Size: 594 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calculator
Live: [react-calculator](https://basic-react-calc.herokuapp.com/)
## Purpose
Refamiliarize myself with react and create something practical which I would actually use. Additionally, I made use of [big-js](https://www.npmjs.com/package/big-js) to deal with very large values and [styled-components](https://www.npmjs.com/package/styled-components) to style the components.
This calculator supports +, -, /, and x operations. Additionally, clear, percentage, and negation options are included. The ui is designed to closely resemble MacOS's basic calculator.
## Preview

## Setup
1. Clone this repository
2. cd into it
2. `yarn` to download dependencies
4. `yarn start`
5. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.