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

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.

Awesome Lists containing this project

README

        


Calculator

Calculator


Github top language

Github language count

Repository size

License



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

 

Back to top