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

https://github.com/n-ce/calculator.ts

a rewrite of https://github.com/n-ce/FrontEnd-Practice/blob/main/Calculator/ in TypeScript.
https://github.com/n-ce/calculator.ts

calculator dynamic-viewport rewrite typescript

Last synced: 6 months ago
JSON representation

a rewrite of https://github.com/n-ce/FrontEnd-Practice/blob/main/Calculator/ in TypeScript.

Awesome Lists containing this project

README

          

# calculator.ts
a rewrite of https://github.com/n-ce/FrontEnd-Practice/blob/main/Calculator/ in TypeScript.

# Develop Locally

`Parallely Run:`
```
node server.js
```
```
tsc --watch script.ts --target es2015
```

`For Non-devtools users : Uncomment eruda in index.html`