Skip to content

With this calculator, you can do basic math and continue operations. This app doesn’t let you enter multiple decimal points. If you enter a large number, it shows a scroll.

Notifications You must be signed in to change notification settings

devalexnow/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

made in JavaScript

About the project

The project:

  1. Is mobile responsive
  2. Allows you to continue operations
  3. Doesn’t let you enter multiple decimal points
  4. Shows a scroll bar when you enter a large number

How it works

You have the ability to perform basic operations, see the result, and then continue operations on these final values. The clear button can reset it to zero. When you enter a very big bunch of numbers, a scroll bar will show up, allowing you to see everything.

There are definitely some unique challenges in creating calculator logic because there are many different approaches and many different use cases that you will need to plan for.

For example, you don’t want to be able to enter more than one decimal point. The same thing, once you have pressed operator, you don’t want to be able to add a decimal point either.

About

With this calculator, you can do basic math and continue operations. This app doesn’t let you enter multiple decimal points. If you enter a large number, it shows a scroll.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published