An app with a big button that lets you randomly choose a movie to watch (by genre if you want).
- I want to watch a movie with my class but we can't decide on what movie to watch.
- I'm at home and I want to be able ot pick an actor or actress that I like, then click a button to randomly generate a movie.
- An app with a big button to click on which randomly selects a movie to watch (by genre if desired).
- Have a drop down menu that allows user to select either 'All' genres or by a specific genre.
- Have a database for movies with a title, year and blurb column.
- Have a database with a bunch of genre options.
- Have a database which joins movies with their genres (as some movies may have more than one genre).
- A user can add more movies to the database through a form
- Open up Terminal and type the following:
- Git clone https://github.com/natalie-perret/movie-randomiser.git
- Navigate to the movie-randomiser repository
- npm install
- Open the repository using your favourered text editor
- Open a browser and visit localhost:3000
- Click on the movie randomiser. Enjoy