edemagbenyo / calculator

A simple calculator created with React. Perform simple calculation with ease with our calculator.

Home Page:https://smartcalculateur.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator App

GitHub repo size GitHub contributors GitHub stars GitHub forks Twitter Follow

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.

Screenshot of the webpage

Live version is available here

To report a bug or request a feature use this link

Prerequisites

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.

Installing and running calculator app

To install calculator app, follow these steps:

  1. Clone the project
git clone git@github.com:edemagbenyo/calculator.git

cd calculator
  1. Install all dependencies
npm install
  1. Run the app with
npm run start

Using calculator app

To use calculator app, follow these steps:

  1. Compute an operation with the number and the operands.
  2. Press the = sign to see the result.

Contributing to calculator app

To contribute to the calculator app, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature/awesome_branch.
  3. Make your changes and commit them: git commit -m 'awesome message'
  4. Push to the original branch: git push origin feature/awesome_branch
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Author

Future features

  1. Add more scientific operations such as SIN, COS, LOG etc...
  2. Allow users to customize the output format of their calculation.
  3. Allow users to customize the look of the calculator.

License

This project uses the following license: MIT.

About

A simple calculator created with React. Perform simple calculation with ease with our calculator.

https://smartcalculateur.herokuapp.com/


Languages

Language:JavaScript 83.5%Language:HTML 10.7%Language:CSS 5.7%