WebDevSimplified / Vanilla-JavaScript-Calculator

Pure vanilla JavaScript calculator using modern ES6 syntax and classes
516 stars 554 forks source link

adding keypress #27

Closed shrajan9696 closed 1 year ago

shrajan9696 commented 2 years ago

I want to add keypress in the calculator. so that if someone presses numbers from keyboard also it should work. Please assign me this task so can i start working on it.

cxkeeley commented 2 years ago

https://github.com/cxkeeley/simple-js-calculator i already make the keypress function, you can saw my code

SavainB commented 1 year ago

can i work on this ?