/position-calculator

Position size calculator for BTC & ETH to USD pairs

Primary LanguageJavaScript

Position Size Calculator

Screen Shot 2021-08-25 at 10 18 14 PM

Position size calculator for BTC & ETH traders. Uses React frontend and NodeJS backend, plus http requests to CoinMarketCap's api for current crypto prices.

Instruction:

  • Clone/fork repo
  • run 'npm install'
  • run 'npm start'

** Database will be connected MongoDB or AWS S3 in the future for storing trade history. Currently utilizing json-server for development

Backend: https://github.com/leplerjacob/position-calculator-backend

  • Clone/fork repo
  • run 'npm install'
  • (run 'json-server --watch db.json') <<-- required test file. Feel free to message me for db.json file.
  • run 'node index.js' If any questions feel free to contact me at: lepler.jacob@gmail.com