Skip to content

Commit

Permalink
Add information about user authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiek187 committed Sep 25, 2021
1 parent 46e6f72 commit f808652
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ This web service serves as an introduction to the stock market for users new to

The app is split up into 4 sections:

- **Screener:** This is where users can filter stocks by country, price, sector, and exchange.
- **Screener:** This is where users can filter stocks by country, price, sector, and exchange.

- **Flashcards:** Users can view a list of financial terms used throughout the app.
- **Flashcards:** Users can view a list of financial terms used throughout the app.

- **Portfolio:** Users can view a list of stocks they've invested in. They start off with $10,000 and can view how their net worth changes each day.
- **Portfolio:** Users can view a list of stocks they've invested in. They start off with $10,000 and can view how their net worth changes each day.

- **Details:** This page shows stock information about a company as well as a detailed analysis of the stock price for short and long-term investments. This is also where users can trade stocks.
- **Details:** This page shows stock information about a company as well as a detailed analysis of the stock price for short and long-term investments. This is also where users can trade stocks.

The app also features an authentication system so users can save their portfolio and balance whenever they're logged in. Logging in is required for the Portfolio and Details view. SSO is implemented, so users' sessions can last up to 2 weeks.

## Dependencies

Expand Down

0 comments on commit f808652

Please sign in to comment.