- Create a login page.
- Two inputs for username and password.
- Button to log in.
- Create a register page.
- Inputs for name, username, and password.
- Display profile information as returned by profile_response.json.
- Display a table with data from holdings_response.json.
- Display a card to view Total Profit/Loss from holdings_response.json.
- Display a chart with timeseries data from historical_prices.csv.
- Form to place an order with inputs for symbol, quantity, and price, and a button to submit the order.
- Create a WebSocket connection to publish dummy price data from the backend.
- Host the application on a web server or hosting service for online viewing.
Built with React