https://github.com/luisgbr1el/calcbintodec
A simple conversor from decimal to binary and vice versa.
https://github.com/luisgbr1el/calcbintodec
binary calculator css decimal html javascript js
Last synced: about 1 month ago
JSON representation
A simple conversor from decimal to binary and vice versa.
- Host: GitHub
- URL: https://github.com/luisgbr1el/calcbintodec
- Owner: luisgbr1el
- License: mit
- Created: 2022-03-31T13:54:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T12:51:21.000Z (about 3 years ago)
- Last Synced: 2025-01-24T20:15:41.296Z (3 months ago)
- Topics: binary, calculator, css, decimal, html, javascript, js
- Language: JavaScript
- Homepage: https://luisgbr1el.github.io/calcBinToDec/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Calculator
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About ##
This is a little project based on my last classes on college, so I tried to do something to ease the things.
## :sparkles: Features ##
:heavy_check_mark: Conversion from binary to decimal\
:heavy_check_mark: Conversion from decimal to binary## :rocket: Technologies ##
The following tools were used in this project:
- [HTML5](https://html.spec.whatwg.org/multipage/)
- [CSS3](https://www.w3.org/TR/css3-roadmap/)
- [JavaScript](https://www.javascript.com)## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have a text editor installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/luisgbr1el/calcBinToDec# Access
$ cd calcBinToDec# Open index.html file
```## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by luisgbr1el