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

https://github.com/neckitwin/cryptoexchange

The application written in Vue.js allows you to check the cryptocurrency exchange rate.
https://github.com/neckitwin/cryptoexchange

Last synced: 5 months ago
JSON representation

The application written in Vue.js allows you to check the cryptocurrency exchange rate.

Awesome Lists containing this project

README

          

# Crypto Exchange by Neckitwin

The application is written in Vue.js and has features for displaying the exchange rates of cryptocurrencies.
preview: https://neckitwin.github.io/CryptoExchange/

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```