Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericneves/convertmymoney-01
- Owner: EricNeves
- License: mit
- Created: 2023-05-30T18:19:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T16:08:54.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:21:34.597Z (3 months ago)
- Topics: axios, css, ejs, jest, nodejs
- Language: JavaScript
- Homepage: https://convertmymoney-nodejs.onrender.com/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)