https://github.com/developermithu/javascript-calculator
Build a calculator using Html, CSS & Javascript
https://github.com/developermithu/javascript-calculator
css html javascript
Last synced: 8 days ago
JSON representation
Build a calculator using Html, CSS & Javascript
- Host: GitHub
- URL: https://github.com/developermithu/javascript-calculator
- Owner: developermithu
- Created: 2023-02-06T15:45:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T10:18:01.000Z (about 3 years ago)
- Last Synced: 2025-04-12T12:28:31.909Z (11 months ago)
- Topics: css, html, javascript
- Language: HTML
- Homepage: https://js-calculator1.vercel.app
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building Javascript Calculator
### Getting Started
Open your **terminal** and run the following command.
```
git clone https://github.com/developermithu/javascript-calculator
cd javascript-calculator
```