katesmatthews / YACHT

Yet Another Crypto-Holdings Tracker
GNU General Public License v3.0
1 stars 0 forks source link

YACHT

Yet Another Crypto-Holdings Tracker

  1. Who is YACHT for?

    • People who spend too much time monitoring their cryptocurrency portfolios
  2. Why use YACHT?

    • Because manually checking sources for current prices and calculating one’s current portfolio value is non-DRY
  3. What is YACHT?

    • A SPA that shows currency tickers of your choosing and Bitcoin-related news items
  4. What will YACHT eventually do?

    • Allow you to either manually enter your cryptocurrency holdings or log in with Coinbase, and display your resulting portfolio
    • Present you with graphs of historical data for a chosen currency, and relevant news items
    • Allow you to execute trades for your Coinbase account

To view this app:

  1. Clone this repo
  2. From the terminal, run npm install, npm run build, and npm start
  3. Navigate to http://localhost:3000/ in your browser