Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T22:01:18.000Z (about 1 year ago)
- Last Synced: 2023-11-06T21:34:43.782Z (about 1 year ago)
- Topics: angular, bootstrap, html, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- 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
```