Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pta2002/sccalc
Calculadora para SC
https://github.com/pta2002/sccalc
javascript miei svelte
Last synced: 25 days ago
JSON representation
Calculadora para SC
- Host: GitHub
- URL: https://github.com/pta2002/sccalc
- Owner: pta2002
- License: mit
- Created: 2020-06-18T18:11:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:13:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T16:45:26.078Z (3 months ago)
- Topics: javascript, miei, svelte
- Language: Nix
- Homepage: calculadora-sc.vercel.app
- Size: 550 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculadora de SC
Esta calculadora foi feita para ajudar na cadeira de Sistemas de Computação.
Permite converter valores em qualquer base, calcular complementos para 2 de qualquer tamanho, e calcular a representação IEEE 754 de qualquer número.
Neste momento não está disponivel em nenhum site, mas se alguém quiser hospedar isto pode-me mandar mensagem e eu coloco aqui um link.
## Instalar localmente
```bash
git clone https://github.com/pta2002/sccalc
cd sccalc
npm install
npm run dev
```A app vai correr em [localhost:5000](http://localhost:5000)