McHardex / react-crypto

Crypto order book app is a ledger containing all outstanding orders – instructions from traders to buy or sell currency.

Home Page:https://crypro-order-book.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Crypto Order Book App

Table of Contents

Description

Crypto order book app is a ledger containing all outstanding orders – instructions from traders to buy or sell currency. An order to buy is called a bid and an order to sell is called an ask. Bids and asks are paired up as soon as their requirements are fulfilled, resulting in a trade.

Setup

Dependencies

List of libraries, tools, etc needed (e.g. npm, yarn, etc)

Getting Started

  • Clone the repo - git clone https://github.com/McHardex/react-crypto.git
  • Change into the project directory - cd react-crypto
  • Install project dependencies run yarn install
  • Run the server yarn start

Prototype

The application is staged here

About

Crypto order book app is a ledger containing all outstanding orders – instructions from traders to buy or sell currency.

https://crypro-order-book.netlify.com/


Languages

Language:JavaScript 78.2%Language:HTML 13.4%Language:CSS 8.4%