Giter VIP home page Giter VIP logo

websockets-crypto-exchange's Introduction

How to start BE:

  1. cd server
  2. yarn install
  3. yarn start

How to start FE:

  1. cd ui
  2. yarn install
  3. yarn start
  4. open http://localhost:3002

Mocked data:

Since DB is not implemented in this task, the initial state of mock orders comes from: server/db/mock-orders-obj.js Note:

  • The state is reset to default only when server restart
  • JS file is used for easiness of manipulation
  • All operations are async, to simulate requests to DB

Known bugs:

  1. FrontEnd: If order is confirmed with the same amount as previous one (and amount is 1 character: between 1-9), then [buy] and [sell] buttons are disabled until you blur any other element It seems to be a bug of react-hook-form library
  2. FrontEnd: findDOMNode is deprecated in StrictMode - error is thrown in console when snackbar is opened It a bug of react-simple-snackbar library itself
  3. BackEnd: Order amount is not taken into account when closing matching buy<=>sell orders: It means that order can't be filled partially - the system will ignore differences in sizes

websockets-crypto-exchange's People

Watchers

James Cloos avatar Igor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.