A mini-version of IMDB
...sort of!
Last updated
...sort of!
Last updated
The last assignment is mostly up to yourself, and what you would like to focus on. Now, use what you have learnt about React so far this week to build upon the previous assignments and create something cool that excites you - having fun is the greatest way to learn! As a starting aid, we supply you with two examples of directions you can take. We believe that these examples will be fun to implement, and illustrates nicely why dynamic React applications works well to build frontend applications!
One of us, Kristofer, chose to begin to implement a pretty cool movie app, showing a list of posters, where you can click on each of them to get more information about the movie. Take a look at the link below, and click around to get ideas for your own app!
Add a search field or dropdown to filter the movie list. You may for example filter on the vote_count
or vote_average
variable in the movie object. An example of how you can easily filter the movie list based on a vote threshold value: