Skip to content

A simple button calculator using HTML, CSS and JavaScript

Notifications You must be signed in to change notification settings

nixvihari/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FingerTips Calculator: A simple calculator webpage

Calculator page

Calculator image

This program uses HTML to struture the webpage and uses CSS to style the page.

The javascript file contains functions that return appended expression on calling it. The fucntion calls are invoked onclick when a button click is made.

Additional function are used to prevent successive operator entries by user.

Credits: Array expression evaluation from Geeks For Geeks.

Article link: https://www.geeksforgeeks.org/expression-evaluation/

Contribution by : https://www.geeksforgeeks.org/

About

A simple button calculator using HTML, CSS and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published