Skip to content

iampranabroy/osse-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osse-assignment4-calculator

Introduction

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)

Tech stack

  • JavaScript
  • HTML
  • CSS
  • ES6

Getting started

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. calculator

Contribution model

All current contributors forked the main repository and after making the changes, created PR to the main branch.


Roadmap

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.


About

For OSSE assignment4

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published