https://github.com/andersonguedesmg/brl-exchange-rate
Webapp para verificar o câmbio do real (BRL) em relação a outras moedas.
https://github.com/andersonguedesmg/brl-exchange-rate
angular bootstrap html scss typescript
Last synced: about 2 months ago
JSON representation
Webapp para verificar o câmbio do real (BRL) em relação a outras moedas.
- Host: GitHub
- URL: https://github.com/andersonguedesmg/brl-exchange-rate
- Owner: andersonguedesmg
- Created: 2023-11-03T17:40:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T22:01:18.000Z (over 2 years ago)
- Last Synced: 2025-05-24T17:41:00.122Z (about 1 year ago)
- Topics: angular, bootstrap, html, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BRL Exchange Rate
### Descrição
Webapp para verificar o câmbio do real (BRL) em relação a outras moedas.
### Tecnologias
- [Angular](https://angular.io/)
- [Angular CLI - version 16.2.9.](https://github.com/angular/angular-cli)
- [TypeScript](https://www.typescriptlang.org/)
### Pré-requisitos
Antes de começar, é preciso ter instalado em sua máquina as seguintes ferramentas:
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/en/)
- [Angular CLI](https://angular.io/cli)
- [VSCode](https://code.visualstudio.com/)
### Rodando localmente
Clone o repositório
```bash
git clone https://github.com/andersonguedesmg/brl-exchange-rate.git
```
Acesse a pasta do projeto no terminal
```bash
cd brl-exchange-rate
```
Instale as dependências
```bash
npm install
```
Inicie a aplicação
```bash
ng serve
```
Acesse no navegador
```bash
http://localhost:4200
```