Skip to content

speedhs/frontend-beaconed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Requirements

1. Login Page

  • Create a login page.
    • Two inputs for username and password.
    • Button to log in.

2. Register Page

  • Create a register page.
    • Inputs for name, username, and password.

3. Dashboard Page

  • 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.

Extra Points

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published