A web based cryptocurrencies exchange rate calculator powered by CoinGecko.
Second version of rails-crypto-converter, built using Vanilla JavaScript.
Available on https://crypto-conversion-calculator.netlify.app
- JavaScript
- HTML
- CSS
- Webpack
- Git
- NodeJS
- Make sure you are in the project directory.
- Run
npm installto install dependencies. - Run
npm run devto start a development server on http://localhost:8080/
- Search for a cryptocurrency
- Search from over 10000 cryptocurrencies.
- Once a cryptocurrency is selected, the exchange rate will change accordingly.
- Swap currencies
- Click the swap button between two currencies to swap their position.
- Exchange rate will change immediately after the swap.