Skip to content

Latest commit

 

History

History
85 lines (59 loc) · 3.82 KB

README.md

File metadata and controls

85 lines (59 loc) · 3.82 KB

Virtual Stock Trading

Try stock trading 👉 here

Web Frontend Demo

https://youtu.be/L3tMjK2gU1E

Android Frontend Demo

https://youtu.be/3EH6WRleUXQ

Design

Home screen Detail screen
homeScreen detailScreen

Android Language (JAVA/Kotlin)

JAVA

Simulator

Pixel 3a API 30

Tech Stack

TypeScript Android Angular Nodejs Google Cloud

Key Features

Autocomplete

autocomplete

Search Results Page

search result

Virtual Buy/Sell with preset fund $25000

Buy sell

Portfolio Menu

portfolio

Watchlist Menu

watchlist

Summary Tab

summary

Top News Tab

new1

modal

Charts Tab

chart

Insights Tab

insight

Responsive Design

RWD

Finnhub API

  1. Company’s Description (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/description?symbol=aapl)
  2. Company’s Historical Data
  3. Company’s Latest Price of Stock (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/latestprice?symbol=aapl)
  4. Autocomplete (https://csci571hw8-2644230653.nw.r.appspot.com/autoComplete?symbol=aap)
  5. Company’s News (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/companyNews?symbol=AAPL&from=2022-04-26&to=2022-05-03)
  6. Company’s Recommendation Trends (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/recommendation?symbol=aapl)
  7. Company’s Social Sentiment (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/socialSentiment?symbol=AAPL)
  8. Company’s Peers (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/peers?symbol=AAPL)
  9. Company’s Earnings (sample url: https://csci571hw8-2644230653.nw.r.appspot.com/earnings?symbol=AAPL)