-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding comments Fixing UI in MainPage (changes position of elements in y-axis)
- Loading branch information
1 parent
3927ebe
commit df39516
Showing
10 changed files
with
336 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# StockMarket | ||
This project coded in java uses java's built in swift package and Yahoo Finance to display different companies stock value. Then, it analyzes trends and predicts what the stock value will be in the next couple of months. | ||
|
||
To run: download project and navigate to src/main/java/me/dhruvarora/Main.java file. | ||
Next, run the main method and the wait for project to compile. | ||
Finally, the project should have finished compling and will automatically open a new window you can enjoy! | ||
|
||
Debugging: make sure that you have a java development kit (JDK) and java runtime environment (JRE) installed on your computer | ||
|
||
Packaging: unfortunately this project cannot be packaged into a jar due to complications with importing files and reading them inside the jar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.