An open API service indexing awesome lists of open source software.

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

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)