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

https://github.com/ahmethakanbesel/decimal-to-binary-converter

Integer/floating point to binary converter with custom bit structure support
https://github.com/ahmethakanbesel/decimal-to-binary-converter

binary decimal decimal-to-binary decimal-to-hexadecimal hex

Last synced: 3 months ago
JSON representation

Integer/floating point to binary converter with custom bit structure support

Awesome Lists containing this project

README

        

# Decimal to Binary Converter
It converts integers or floating point numbers to binary. You can change number of exponent and mantissa bits.
Also, it generates hex value of binary.
Click [here](https://decimal2binary-converter.vercel.app/) for live preview.

## Preview
![Preview GIF](preview.gif?raw=true "Preview")

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## Credits
- [Vue.js](https://vuejs.org/)
- [Vuetify](https://vuetifyjs.com/)
- [vue-clipboard2](https://github.com/Inndy/vue-clipboard2)