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.
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.
- React
- HTML
- CSS
- JSX
- Particle.js
- Addition
- Substration
- Multiplication
- Division
- Factorial
- Indices
- Logartithm
- Basic trigonometry
- Anti log
- nth root
- Degree results
- Density
- simultaneous equation
- quadratic equation
Clone the repository to your local machine
$ git clone https://github.com/forison/calculator.git
cd into the directory
$ npm install
$ npm start
The demo page can be found HERE
- Fork it (https://github.com/Forison/calculator/)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request