-
Notifications
You must be signed in to change notification settings - Fork 0
MVP
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).
- Text explains index funds, cryptocurrency, site's intent and how to use it.
- Pull current top 20 cryptocurrencies from market cap API
- Table displays top 20 cryptos alongside each's key data (USD price, market cap, etc.)
- Input number field takes user investment in US dollar and app calculates the amount to invest in each of the top 20 crypto.
- App outputs the suggested investment amount of each crypto into the table.