Skip to content

A basic calculator using JavaScript DOM manipulation concept, event handler, conditionals, functions, callbacks.. Build without Advance JS concepts like OOPs and class

Notifications You must be signed in to change notification settings

pradeep-jais/calculator-basic-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My first basic calculator APP

Resources list

  1. Design
  2. Background image
  3. Colors

Functionality

  1. +, -, *, /, dot -- 5
  2. Numbers - 0 to 9 -- 10
  3. Function Button
  • AC - all clear
  • x - backspace
  • = - result

Design Steps

  • Total 18 cell is needed
  • 5 X 4 grid design
  • 3 rows for display result

Bugs

  1. Multiple decimal point is being added. How to fix this?

About

A basic calculator using JavaScript DOM manipulation concept, event handler, conditionals, functions, callbacks.. Build without Advance JS concepts like OOPs and class

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published