MVP List - maxbildner/coinspace GitHub Wiki

This web application is inspired by Coinbase, a digital currency brokerage exchange that allows users to buy, sell, and research various digital assets such as Bitcoin, Ethereum, or Lite coin.

  1. Hosting on Heroku (07/30/2019)
  2. New account creation/deletion, login, demo login (07/30/2019, 1 day)
    • Users can sign up, sign in, log out
    • Users can use a demo login to try the site
    • Users can't use certain features without logging in (view dashboard, edit watchlist, buy/sell)
  1. Coin price detail (08/01/2019, 2 days)
    • display price over time in various time periods (1HR, 24HR, 1WK, 1M, 1YR, ALL)
    • display market cap, volume (24hr), all time high
    • display short 3-4 sentence description about cryptocurrency
    • display top news stories about related cryptocurrency
  1. User Dashboard + Portfolio (08/03/2019, 2 days)
    • Users can view their overall portfolio value over time
    • Users can view a list of all cryptos
    • View/follow favorite cryptocurrencies
    • View recent activity (buy/sell activity)
  2. Cryptocurrency price search (08/05/2019, 2 days)
    • search by name for any of the top 1000+ cryptocurrencies (market cap)
    • can sort results by name, price, %change, market cap
  3. Watchlist (08/06/2019, 1 day)
    • search by name for any of the top 1000+ cryptocurrencies (market cap)
    • can sort results by name, price, %change, market cap
  4. Production README (08/07/2019, 0.5 days)