Skip to content

Feature List

Will Duffy edited this page Feb 1, 2022 · 12 revisions

MVP - FEATURE LIST

The Stonks, a Robinhood clone, is a platform for users to buy and sell stocks.

1. Watch List - Full CRUD

  • get/view created list
  • create list
  • update created list names and elements
  • delete created list or elements

2. Portfolio - Full CRUD

  • get/view portfolio
  • add/buy stocks in portfolio
  • delete/sell stocks in portfolio
  • update the company name with an alias name (ie: "Tesla - TSLA" ---> "Elon - TSLA")

3. Account Profile

  • get/view profile page

4. Specific Stock Detail

  • get/view stock details

5. Search Stocks

  • get specific stock details by searching by company name or ticker

Bonus:

All Stocks page

  • get/display Top 100 stocks
    • Bonus: Infinite scroll loading 100 at a time