GitHunt

In this Repository, I have completed the Day 15 DOM Manipulation task

==> Task-1 ( Calculator-Task )

I have built a Calculator web application for this task using HTML DOM, CSS and Bootstrap.

  * Created a calculator using DOM.
  * Used Keyboard events only for numbers.
  * When any keys pressed other than the number keys show an alert warning "Only numbers are allowed".
  * Added functions to perform addition, subtraction, division, multiplication and modulus.
  * This calculator can handle infix expressions.
  * Used DOM to create HTML elements
  * For styles I used CSS and Bootstrap.
  * UI is responsive for all media screens.
  * Included the test suite in html file.

==> This page is also Deployed on Netlify
URL: https://ryd-calculator.netlify.app

Languages

JavaScript77.2%CSS13.6%HTML9.2%

Contributors

Created May 15, 2024
Updated May 25, 2024