ajmd17 / cointrends

Cryptocurrency technical analysis toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinTrends

A cryptocurrency price analysis tool.

Runs as a standalone API as well as a web app with a UI.

Setup

To run the standalone API

  • Use npm run start in the root directory of the project.

To build the React-based UI

  • In the web folder of the project

    • Run npm run build-client-dev. This will start the build process. Leave this running.
  • In another terminal (also in web folder):

    • Run npm run start
    • Navigate to localhost:8080 - you should see the UI

About

Cryptocurrency technical analysis toolkit


Languages

Language:JavaScript 82.2%Language:CSS 17.4%Language:HTML 0.4%