faaiz-space / hut-calci

This project is for implementing different animations with which users can interact, It has a Calculator which has some cool features but needing more for others to get benifits.
15 stars 13 forks source link

Added input validation to prevent letter input #34

Closed MasterReach1 closed 2 years ago

MasterReach1 commented 2 years ago

Added a function in calc.js to prevent users from entering letters directly to the input.

Added an ID to the main input in calc.html to allow selection.

Please provide any feedback you have.