To run our project from the Command Line:
-
Download and Install the latest version of Java from the Oracle website
-
use git clone to clone our project repo into a desired folder:
-
Type the following into the Command Line while in the /src folder:
javac Flashcard.java FlashcardSet.java GUI.java
or alternatively if you run macOS:
chmod +x make.sh
./make.sh
-
Type the following into the command line to start the execution of the applicaton:
java GUI
-
Once the GUI opens:
- In the text box labeled "Enter a Flashcard Set", you can type either Cards or ComputerBasics
- Click Select to load the chosen flashcard set.
- Then click Start to begin studying your flashcards.
Tip: You can add new CSV files to the src/Cards folder to create your own custom flashcard sets!