https://github.com/vishanurag/basiccalculator
This is the repository of a very basic mathematical calculator made by me.
https://github.com/vishanurag/basiccalculator
calculator-application calculator-javascript project web
Last synced: 4 months ago
JSON representation
This is the repository of a very basic mathematical calculator made by me.
- Host: GitHub
- URL: https://github.com/vishanurag/basiccalculator
- Owner: vishanurag
- Created: 2023-07-03T16:12:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T16:23:08.000Z (almost 3 years ago)
- Last Synced: 2025-10-19T09:44:28.436Z (8 months ago)
- Topics: calculator-application, calculator-javascript, project, web
- Language: HTML
- Homepage: https://ashstudy.rf.gd/anurag/projects/basic-calculator/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [BasicCalculator](https://ashstudy.rf.gd/anurag/projects/basic-calculator/)
## _This is the repository of a very basic mathematical calculator made by me._
[](https://vcma.rf.gd/Portfolio) Created by: [Anurag Vishwakarma](https://github.com/vishanurag)
- This Calculator Webpage is capable to perform all the basic mathematical operations.
## Features
- It is very easy to perform the basic mathematical operations in this webpage.
- It privides mathematical funcationalities such as `Addition`, `Subtraction`, `Multiplication`, & `Division`.
- It uses normal javascript to perform operations.
## Tech Used
I have used these following tech for building this Basic Calculator WebPage:
- [HTMl] - HTML for creating the structure of webpage.
- [CSS] - Used for styling the webpage.
- [Javascript] - Used JS to perform mathematical operations.
And of course this calculator is open source with a [public repository](https://github.com/vishanurag/basicCalculator) on GitHub.
## Installation
Because this Calculator is build using simple technologies, this doesn't requires any Installation at all.
- Just run the index.html file to see the output.
## Live Link
This Calculator is live on the following URL:
- [https://ashstudy.rf.gd/anurag/projects/basic-calculator/](https://ashstudy.rf.gd/anurag/projects/basic-calculator/)