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.
- Host: GitHub
- URL: https://github.com/mahtf/bin2dec
- Owner: MahTF
- Created: 2020-07-27T11:36:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:57:59.000Z (about 3 years ago)
- Last Synced: 2023-03-07T01:39:01.305Z (over 2 years ago)
- Topics: angular, app-ideas, typescript
- Language: TypeScript
- Homepage: https://bin2decmahtf.netlify.app/
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Bin2Dec
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/)