awesome-javascript-projects icon indicating copy to clipboard operation
awesome-javascript-projects copied to clipboard

Styled and add function on Calculator

Open onealanil opened this issue 2 years ago • 0 comments

Changes Made:

  • Improved the CSS to enhance the visual appearance of the calculator, giving it a 3D look etc.
  • Added functionality in JavaScript to delete the last entered digit.

Type of Change:

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Enhancement (improvements to existing features)
  • [ ] Refactor (code improvements without changing functionality)
  • [ ] Other (please specify)

Screenshots (if applicable): image image

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation (if applicable)
  • [ ] My changes generate no new warnings or errors
  • [ ] I have tested my changes thoroughly and can confirm they work as expected

onealanil avatar Oct 03 '23 07:10 onealanil