Skip to content
fancyaction edited this page Feb 26, 2018 · 1 revision

MVP is the Minimum Viable Product. It is what the user needs for our product to be functional. It is NOT what the user wants (e.g. style, extra features).

Our MVP:

  1. Text explains index funds, cryptocurrency, site's intent and how to use it.
  2. Pull current top 20 cryptocurrencies from market cap API
  3. Table displays top 20 cryptos alongside each's key data (USD price, market cap, etc.)
  4. Input number field takes user investment in US dollar and app calculates the amount to invest in each of the top 20 crypto.
  5. App outputs the suggested investment amount of each crypto into the table.
Clone this wiki locally