Skip to content

My-Web-Station/Calc-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calc-JS

A responsive javascript calculator

AIM:

To build and run a fully working, responsive simple calculator web-application.

Approach:

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.

  1. The display area, where the user inputs and the results will be displayed.
  2. The keypad from where keypress events will be generated by the user.

Techs Used:

  1. HTML5.
  2. CSS3.
  3. Bootstrap 4.0.
  4. Vanilla Javascript.
  5. JQuery.