https://github.com/leandroberlin/cryptoconverter
Cryptocurrencies converter using cryptonator API
https://github.com/leandroberlin/cryptoconverter
Last synced: 3 months ago
JSON representation
Cryptocurrencies converter using cryptonator API
- Host: GitHub
- URL: https://github.com/leandroberlin/cryptoconverter
- Owner: LeandroBerlin
- Created: 2019-11-26T08:01:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T11:09:37.000Z (over 5 years ago)
- Last Synced: 2025-01-19T10:09:02.014Z (5 months ago)
- Language: HTML
- Homepage: https://leandrodci.github.io/cryptoconverter/
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Crypto currencies converter
A crypto currency to fiat converter webapp.
## Description
The app will convert the given currency to the chosen fiat one.- use exchange rates API [Cryptocurrencies](https://www.cryptonator.com/api)
### Assignment
- review the html document
- use/customize the provided style
- implement the logic### Example:

### Stages:
1 - Create the logic your own way!
2 - Refactor your code to use a Class