Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amkhrjee/bytecalcweb
Feature-rich calculator for programmers
https://github.com/amkhrjee/bytecalcweb
Last synced: about 1 month ago
JSON representation
Feature-rich calculator for programmers
- Host: GitHub
- URL: https://github.com/amkhrjee/bytecalcweb
- Owner: amkhrjee
- License: mit
- Created: 2024-01-30T19:10:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:14:59.000Z (7 months ago)
- Last Synced: 2024-05-02T04:37:46.063Z (7 months ago)
- Language: TypeScript
- Homepage: https://amkhrjee.github.io/bytecalcweb/
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## ByteCalc: Calculator for Programmers
ByteCalc is a light-weight calculator on your browser. It has functions like log base two, power of two and modulus, aimed specifically towards computer science students.
Being a PWA, ByteCalc can be easily installed to your device's homescreen.
## Setup
This project uses TypeScript and SCSS without any frameworks. All setup are done via running different commands defined in `npm scripts` in `package.json`.
## Screenshots