An open API service indexing awesome lists of open source software.

https://github.com/yogadeepan29/dom_day-15_task-1_calculator

Day-15 Task ( DOM ) - Calculator
https://github.com/yogadeepan29/dom_day-15_task-1_calculator

append bootstrap calculator-application calculator-javascript create-element css dom-manipulation eventlisteners functions html-css-javascript javascript keyboard-events mouse-events setattribute

Last synced: about 1 month ago
JSON representation

Day-15 Task ( DOM ) - Calculator

Awesome Lists containing this project

README

        

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