Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.78 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.78 KB

Stock Monitoring Application.

  • Stock Monitoring application that helps you to search and track the NASDAQ listed companies.

  • The Stock information is fetched from Alpha Vantage API and is presented in a graphical way.

  • ObjectBox database is used to store the watchlists and Fire base is used for User Authentication.

  • Watchlists are User specific, each user has a different watchlist.

  • Followed Model-View-Presenter (MVP) architecture and other good practices.

Screenshots

Stock Representation Stock Search User Watchlist User Authentication
Stock Representation Stock Search User Watchlist User Authentication

App Flow

Screen_Recording_20230605_072631_Stock.Monitor.mp4

Setup

  • Clone/download the repo into the Android Studio.
  • Obtain an API key from here. And place it in App.kt
  • Run the project