Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 744 Bytes

Finance

This application is the web track of Harvard's CS50 - Introduction to Computer Science. Try the application here.

It simulates a stock trading website. You can register a new account and login. After login you'll have $10000 in your account as default, and will be able to use several functions below:

  • Quote: Check current stocks prices
  • Buy: Buy a new stock.
  • Sell: Sell a stock you own.
  • History: Check the transaction histories.

You can also manage your account by clicking the Account button:

  • Change Password: Change your user password.
  • Deposit: Add some more money into your account.