Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericneves/convertmymoney-01

💸 Project developed with NodeJS, EJS, CSS, Jest and more | Fullstack Master - Devpleno.com
https://github.com/ericneves/convertmymoney-01

axios css ejs jest nodejs

Last synced: 20 days ago
JSON representation

💸 Project developed with NodeJS, EJS, CSS, Jest and more | Fullstack Master - Devpleno.com

Awesome Lists containing this project

README

        

![License](https://img.shields.io/github/license/ericneves/convertMyMoney-01?color=red&logo=appveyor&logoColor=red&style=flat-square)
![Commit](https://img.shields.io/github/last-commit/ericneves/convertMyMoney-01?color=success&logo=appveyor&logoColor=success&style=flat-square)

Esta é a minha versão do projeto Convert My Money proposto pelo curso Fullstack Master da plataforma [Devpleno](https://devpleno.com/). O projeto tem como objetivo calcular a cotação do dólar.

A aplicação foi desenvolvida com NodeJS, EJS, CSS, Axios, Jest (Para efetuar testes unitários), [Api de Cotação](https://docs.awesomeapi.com.br/api-de-moedas) e foram utilizadas features como, String.prototype, Intl.NumberFormat e entre outros.

Website: [Convert My Money](https://convertmymoney-nodejs.onrender.com/)

![ScreenshotA](.github/screenA.png)
![ScreenshotB](.github/screenB.png)

#### Executando ⚙️

```sh

# Clone
$ git clone https://github.com/EricNeves/convertMyMoney-01.git

# Install dependencies
$ cd convertMyMoney-01 && pnpm install

# Start
$ pnpm start
# Run dev
$ pnpm run dev
# Testing
$ pnpm test

```

#### Ferramentas 🛠

* NodeJS
* Express
* EJS
* Axios
* Path
* Jest
* Style
* CSS

#### License

![License](https://img.shields.io/github/license/ericneves/convertMyMoney-01?color=red&logo=appveyor&logoColor=red&style=flat-square)