Do you have a list of movies you want to watch but can’t decide? Enter all your choices
into this app and it will randomly pick one for you!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
While taking Object Oriented Programming 2 at Sheridan College, the last month was dedicated to teaching us JavaFX. We learned the importance of MVC design pattern in relation to a desktop app. After finishing the semester, I decided to create this app that I've had as an idea since I started taking Software Development & Network Engineering
Type your option and click the Add button (or hit enter). If you add an option that you decide you don’t want to watch, select that option and hit the Remove button. Once you have added all of your options, hit the Randomize button and your movie choice will be displayed for you under the randomize button
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GNU License. See LICENSE for more information.
Rob Madill - @linkedin - robertmadill17@gmail.com
Project Link: https://github.com/RobMadill/Random-Movie-Generator