With this calculator app you can calculate your basic math operations. It has been built with React.
- Keyboard control.
- Automatic thousand separators.
- Chain calculations.
- Visible last result.
- Square root operation
- Square operation
- Modulo operation
- JavaScript
- React
- Create-react-app
- Big.js
To get a local copy up and running follow these simple example steps.
- A modern browser
- Text editor
- Clone repository
git clone https://github.com/kubilaycaglayan/calculator.git
. - Switch to the current working branch
git checkout calculator
. - Install dependencies
npm install
.
- Run the app
npm start
- After "Setup" stage do the following:
- Enter the following command into the terminal
npm run test
. - Push the "a" button on your keyboard to run all the tests.
👤 Kubilay Caglayan
- Website: kubilay
- Github: @kubilaycaglayan
- Twitter: @kbcaglayan
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.