Movie suggestion app
- Clone or Download the
130Project
folder - Open the IntelliJ IDE and select
Import Project
- Navigate to the folder location and select to open it.
- Keep selecting
Next
and make sure to overwrite any files if prompted with the question.
- Once the project is open in IntelliJ IDE, open
Recommended.java
by double-clicking the file in leftProject
tab.- In the
Project
tab, right-click onRecommended.txt
and selectCopy Path
. - On lines
57, 59, 60,
&106
ofRecommended.java
, replace the path ofRecommended.txt
&tempFile.txt
with the path you just copied to you clipboard.
- In the
- Repeat step 3 for
AllMovies.java
- The corrections must be made on lines
125, 127, 128,
&174
- The corrections must be made on lines
- Make sure
Recommended.txt
is empty.
- Right-click on
Main.java
and selectRun 'Main.main()'
- The app should load in a new window.
- Click on the
Recommended Movies
button to confirm that there are currently no recommendations (we'll work on populating this panel in the steps below)- Click on the
Go Back
button to go back to the homescreen.
- Click on the
- Clock on the
Show All Movies
button- Select a movie you like from the panel on the left.
- Click the
Like
button - Repeat steps 4.1 & 4.2 a couple more times
- Click the
Go Back
button to return to the homescreen.
- Click the
Recommended Movies
button to view the movies being recommended to you! - Click the
Exit
button to exit the app.