A responsive javascript calculator
To build and run a fully working, responsive simple calculator web-application.
Building the application was done in 3 different segments following the standard DOM structure. The UI comprises of a header, a calculator section and a footer with the builder's copyrights. The Calculator section is further subdivided into two parts.
- The display area, where the user inputs and the results will be displayed.
- The keypad from where keypress events will be generated by the user.
- HTML5.
- CSS3.
- Bootstrap 4.0.
- Vanilla Javascript.
- JQuery.