Skip to content

rali11/cripto-currency

Repository files navigation

Cryptocurrencies App

Cryptocurrencies in real time.

Table of Contents

Overview

screenshit

screenshot

Built With

Features

This app allows you to view a list of cryptocurrencies in real time.

Icons: https://icons.getbootstrap.com/

API CoinGecko: https://www.coingecko.com/es/api/documentation.

API Binance: https://www.binance.com/es/binance-api

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/rali11/cripto-currency

# Install dependencies
$ npm install

# Activate hooks
$ npx husky install

# Add hooks
$ npx husky add .husky/commit-msg  'npx --no -- commitlint --edit ${1}'

# Compiles and hot-reloads for development
$ npm run serve

# Compiles and minifies for production
$ npm run build

# Lints and fixes files
$ npm run lint

Contact