Skip to content

EmberTSeal/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Table of Contents
  1. About The Project
  2. Built With
  3. Screenshots
  4. Contact
  5. Acknowledgements

About The Project

Features:

  • It can perform a variety of operations from basic to intermediate, for eg: addition, subtraction, multiplication, division, percentage.
  • Supports both integers and floating point numbers, with maximum input size of 16 digits.
  • Supports keyboard controls. (Expand Keyboard Controls to know details about them.)
  • Delete and All Clear Buttons to erase input.
  • ANS button to use your last calculated result in current operation.

Back to top

Built With

Static Badge Static Badge Static Badge

Screenshots

Back to top

Future Plans

  • Adding other operations such as : factorial, trig calculators etc.
  • Handling larger inputs.
  • Handling negative number calculations.

Contact

LinkedIn: Trisha Seal
GitHub: @EmberTSeal

Acknowledgements

Design and development by me, developed as part of The Odin Project, 2023.

Back to top