A simple calculator application. It can be used to perform basic calculation operation such as addition, subtraction, multiplication and division. The application is built with React and uses Redux to manage the state.
Live version is available here
To report a bug or request a feature use this link
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Node.js
- You have a
<Windows/Linux/Mac>
machine.
To install calculator app, follow these steps:
- Clone the project
git clone git@github.com:edemagbenyo/calculator.git
cd calculator
- Install all dependencies
npm install
- Run the app with
npm run start
To use calculator app, follow these steps:
- Compute an operation with the number and the operands.
- Press the = sign to see the result.
To contribute to the calculator app, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b feature/awesome_branch
. - Make your changes and commit them:
git commit -m 'awesome message'
- Push to the original branch:
git push origin feature/awesome_branch
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
- Github: @edemagbenyo
- Portfolio: edemagbenyo.com
- Twitter: Edem Agbenyo
- LinkedIn: Edem Agbenyo
- Email : edem.agbenyo@gmail.com
- Add more scientific operations such as SIN, COS, LOG etc...
- Allow users to customize the output format of their calculation.
- Allow users to customize the look of the calculator.
This project uses the following license: MIT.