This assignement is part of ue22 web course at Les Mines de Paris, Licence CC BY-NC-ND Thierry Parmentelat.
It comes with the html and css template for a nice yet simple, calculator.
The assignment is to write the javascript companion so that
- the device actually does calculations
- in a first step, ignore the '.' and just write an integer calculator
- Fork this repo
- Clone it localy
- Open index.html in a browser
- Modify scrpt.js in order to implement a functional calculator
- baby steps please, don't hesitate to commit every time a small function is working
- Add your full name in a comment at the top of your js
- Push your repo