/calculator

This applivation is built primarily with react.js framework. The application enables user to able to make basic mathematical calculations as listed in the [Features] section of the readme.

Primary LanguageJavaScript

React calculator

This is a basic calculator for performing simple mathematical calculation. This is practical implementation of react js completed as part of a series of projects to be completed by students of Microverse. calculator

Description

This applivation is built primarily with react.js framework. The application enables user to able to make basic mathematical operations as listed in the [Features] section below.

Technologies

  • React
  • HTML
  • CSS
  • JSX
  • Particle.js

Features

  • Addition
  • Substration
  • Multiplication
  • Division
  • Factorial
  • Indices
  • Logartithm
  • Basic trigonometry

Potential Features

  • Anti log
  • nth root
  • Degree results
  • Density
  • simultaneous equation
  • quadratic equation

Usage

Clone the repository to your local machine

$ git clone https://github.com/forison/calculator.git

cd into the directory

$ npm install
$ npm start

Deployment

The demo page can be found HERE

Designed and developed by

Boakye Addo Forison

Contact

LinkedIn | Twitter

Appreciation

Microverse

Contributing

  1. Fork it (https://github.com/Forison/calculator/)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request