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

https://github.com/mahtf/bin2dec

Projeto feio em Angular para converter binário para decimal.
https://github.com/mahtf/bin2dec

angular app-ideas typescript

Last synced: 4 months ago
JSON representation

Projeto feio em Angular para converter binário para decimal.

Awesome Lists containing this project

README

        


Bin2Dec



Bin2Dec


















GitHub language count


GitHub release (latest by date)


GitHub repo size



GitHub stars



Descrição   |   
Iniciando   |   
O que tem dentro?   |   
Licença

## :clipboard: Descrição
Projeto feio em Angular para converter binário para decimal.

Ideia do projeto: [Aqui](https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Bin2Dec-App.md)

### User Stories

- [x] Usuário pode inserir mais de 8 digitos binários em um input.
- [ ] Usuário deve ser notificado se algo diferente de 0 e 1 foi digitado.
- [x] Usuário vê o resultado em um único campo de saída contendo os decimais (base 10) equivalente ao valor binário digitado.

### Bonus features

- [x] Usuário pode inserir vários números binários
- [ ] Usuário não pode digitar nada além de 0 e 1.

## :rocket: Iniciando

1. Clone o repositório.

- Usando Git
```shell
git clone https://github.com/MahTF/Bin2Dec.git
```
- Usando Github CLI
```shell
gh repo clone MahTF/Bin2Dec
```
> :bulb: ou como preferir.

2. Instalação
```shell
npm install
```

3. Execução
- Utilizando Angular CLI.
```shell
ng serve -open
```

## 🧐 O que tem dentro?

### :building_construction: Tecnologias
- [Angular](https://angular.io/)
- [Typescript](https://www.typescriptlang.org/)

### :package: Pacotes
- [Angular Material](https://material.angular.io/)

## :memo: Licença

Este projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais informações.

---

Build with 💙 By [Marcelo Ferreira](https://github.com/MahTF)

Based on the [readme template](https://gist.github.com/henry-ns/a00234378353d9ca43e1bfe043202192) by [Henrique Miranda](http://thehenry.dev/)