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.
- Host: GitHub
- URL: https://github.com/n-ce/calculator.ts
- Owner: n-ce
- License: mit
- Created: 2023-08-14T17:42:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T15:43:15.000Z (about 2 years ago)
- Last Synced: 2024-04-23T21:29:44.401Z (over 1 year ago)
- Topics: calculator, dynamic-viewport, rewrite, typescript
- Language: TypeScript
- Homepage: https://n-ce.github.io/calculator.ts/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`