Outline

In this exercise...

you will practice every thing you have learned so far by creating a quizzing game.

Directions:

In the project linked below:

  1. Display 2 random movies from the list of movies and allow the user to guess which one has a lower IMDB rating
  2. Display if they were right or wrong, and display a button that lets them try again with 2 more random movies.
  3. Use service(s) appropriately
  4. Use and encapsulate styles appropriately

Click the following link to open up the exercise: https://stackblitz.com/fork/angular-jsmddu?file=src%2Fapp%2Fapp.component.html

 

I finished! On to the next chapter