This is a web calculator for OSS project assignment 4. This is build on web browser so that users don't need to install any libraries or anything. Users can directly use web browsers to use the functionalities of the calculator.
Users can open the calculator They include ability to use decimal numbers in performing the below operations.
- addition
- subtraction
- multiplication
- division
- delete
- all-clear(AC)
- JavaScript
- HTML
- CSS
- ES6
Follow the below steps to run the the application locally.
- Clone the repository, run
git clone [email protected]:iampranabroy/osse-calculator.git
- Use any preferred http server. Run the below command to start the application on
8000
port.
python3 -m http.server -d src 8000
- Open http://localhost:8000/ to view and use the calculator.
All current contributors forked the main repository and after making the changes, created PR
to the main
branch.
The calculator can be extended to have scientific calculator functionalities like trigonometry, logarithmic functions and exponential functions. Contributors are free to fork
the main repo, add functionality and raise new PR to the main
branch.