https://github.com/arvind-4/calculator-in-js
A Simple Calculator Using HTML, CSS, & JS
https://github.com/arvind-4/calculator-in-js
calculator css3 html-css-javascript html5 javascript js website
Last synced: about 1 month ago
JSON representation
A Simple Calculator Using HTML, CSS, & JS
- Host: GitHub
- URL: https://github.com/arvind-4/calculator-in-js
- Owner: arvind-4
- License: mit
- Created: 2021-08-09T16:02:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T16:39:03.000Z (about 1 year ago)
- Last Synced: 2025-05-15T19:11:33.406Z (about 1 year ago)
- Topics: calculator, css3, html-css-javascript, html5, javascript, js, website
- Language: HTML
- Homepage: https://calculator-in-js-liard.vercel.app
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator in JS
A Simple Calculator Using HTML, CSS, & JS
### Step 1: Make a folder and clone the repo
```bash
mkdir -p ~/Dev/calculator-in-js
cd ~/Dev/calculator-in-js
git clone https://github.com/arvind-4/calculator-in-js.git .
```
### Step 2: Install and Run the dev server
```bash
bun install
bun run dev
```
Check the [Hosted website](https://calculator-in-js-liard.vercel.app)