Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions topic-6/book-1/06.Exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ The Upcoming movies page you developed in the previous lab no longer works due t

On completion, update your repository:
~~~
$ git add -A
$ git commit -m "Fix upcoming movies page."
$ git push origin main
git add -A
git commit -m "Fix upcoming movies page."
git push origin main
~~~
## Exercise 2.

Expand All @@ -23,9 +23,9 @@ Ultimately, it should allow users to add the movie to their 'Must watch' list. F

On completion, update your repository:
~~~
$ git add -A
$ git commit -m "New button for Upcoming movies page."
$ git push origin main
git add -A
git commit -m "New button for Upcoming movies page."
git push origin main
~~~

## Exercise 3.
Expand All @@ -34,9 +34,9 @@ Currently, the Upcoming movies page uses the useEffect hook to retrieve the list

__You are required__ to change the implementation to meet this requirement. On completion, update your repository:
~~~
$ git add -A
$ git commit -m "Change upcoming movies page to use caching."
$ git push origin main
git add -A
git commit -m "Change upcoming movies page to use caching."
git push origin main
~~~

## Exercise 4.
Expand All @@ -47,9 +47,9 @@ Returning to the PlaylistAdd icon in Exercise 2, suppose clicking it adds the mo

On completion, update your repository:
~~~
$ git add -A
$ git commit -m "Tagging upcoming movies as must-watch."
$ git push origin main
git add -A
git commit -m "Tagging upcoming movies as must-watch."
git push origin main
~~~

-----------------------------
Expand All @@ -62,4 +62,4 @@ This feature would require significant refactoring, but you are not required to

[buttonw]: ./img/buttonw.png
[mustwatch]: ./img/mustwatch.png
[playlistadd]: ./img/playlistadd.png
[playlistadd]: ./img/playlistadd.png