Skip to content

amantdevio/Basic-Normal-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Normal Calculator

A simple calculator that performs basic arithmetic operations:
addition, subtraction, multiplication, division, and percentage.

Built using HTML, CSS, and JavaScript, with optional support for the math.js library.


🔧 Running the Project

Modern browsers block JavaScript when opening files directly using the file:// protocol.
Because of this, the calculator will not work if you double-click index.html.

You must run it through a local HTTP server.


Steps

git clone https://github.com/amantiwari301204/Basic-Normal-Calculator
cd Basic-Normal-Calculator
python3 -m http.server 8080

About

This is the basic calculator page where basic mathematics tasks can be performed like +,-,*,/,%

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors