Features List - ChrisPHong/Sea GitHub Wiki

1. Creating a User and a demo User

  • Users can sign up, log in, and log out.
  • Users can use a demo version of the application via pressing the demo button
  • Logged in users will be directed to the home page and also have a signout button located at the top right.
  • Logged out users will also be directed to the home page but will have a login button and signup button located in the top right.

2. Hosting on Heroku

  • sea-coin.herokuapp.com

3. Portfolio

  • Logged in users can CREATE a portfolio.
  • Logged in users can GET their dashboard and portfolio.
  • Logged in users can BUY/ADD and SELL/DELETE stocks to/from their Portfolio.

4. Stock Detail

  • Logged in users can GET Stock details.

5. Watchlist

  • Logged in users can GET all of their Watchlists.
  • Logged in users can CREATE their own Watchlist.
  • Logged in users can EDIT and DELETE their own Watchlists.

6. Stock Search

  • Logged in users can GET specified requested stocks using the search bar.