GithubHelp home page GithubHelp logo

aqd14 / stock-tracker Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 4.0 27.01 MB

Java application that assists users keeping track of stock trends to make decision

Java 96.77% CSS 3.23%
javafx maven stock-trends java-application

stock-tracker's Introduction

stock-tracker

Simple javafx application that assists users keeping track of stock trends to make decision.

Contents

Setup

  1. Clone project by using git clone
    git clone https://github.com/aqd14/stock-tracker.git
  1. Build project with maven
mvn jfx:jar
  1. Run jar file at $SOURCE_DIR$/target/jfx/app
java -jar path_to_jar_file

Functionality

Login

Alt text

When user starts the app, Login screen will be opened. User can login either by registered email or username.

Beside the main function is logging user in the app, there are several options. User can:

  • Remember username/password so there is no need to enter them next time login
  • Register Account
  • Reset Password

If the username/password is incorrect, an error message will be displayed to user.

Reset username/password

Alt text

User can reset password by providing some needed personal information that user has registered earlier.

Registration

User need to enter some basic information in order to register for the app.

The app restricts some rules on registered information such as:

  • Length of username, password should be sufficiently long
  • Should give a correct email (e.g., [email protected])
  • First name/ last name should not contain special characters (e.g., %@&^%*#^)
  • ...

Main screen

Display list of interested stocks

After succesfully logged in, user will be redirect to the main screen. It includes default 30 stocks and their current price changes compared to the price of last closing day of stock market. User can also add/remove prefered stocks and the configuration will be saved for next log in.

Alt text

Search in interested stocks

If user is interested in too many stock and it's hard to find one, he can user the Search option on the right hand. The matched results will display when user typing.

Alt text

Remove stock and set alert

User can remove the stocks that he no longer interested in by right clicking on the stock. He can also set the price alert for that stock and whenever the price reaches set value, an email and a text message will be sent to registered email and phone number.

Alt text

We support three types of alert:

  1. Value alert -- notify user if the stock price reached the set value
  2. Combined value alert -- notify user if the total value of those owned stocks (e.g., AAPL) reached the set value
  3. Net profit alert -- notify user if with the current stock price, user can get profit equal to the set value

Add stock

User can add stocks by using the Click button. The app incorporates the stocks from two stock markets, NASDAQ and NYSE.

Alt text

Buy stock

User can ungenuinely buy certain stocks. The buying cost will be deducted to user's sample account balance. User can keep track of the stock price trend in different time period to make a decision.

Alt text

Settings

User can update personal information by using Settings menu item.

Alt text

Portfolio

This feature helps user keeping track of portfolio, transaction history, selling stocks, etc..

User can export the transaction history to excel file for his own reference.

stock-tracker's People

Contributors

aqd14 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

stock-tracker's Issues

Project Launch

  • Define roles in project

  • Decide which frameworks to use
    - Programming language
    - GUI framework
    - Database
    - Stock APIs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.