diff --git a/08_Day_States/08_states.md b/08_Day_States/08_states.md index a4d3539ac4..d92ef18020 100644 --- a/08_Day_States/08_states.md +++ b/08_Day_States/08_states.md @@ -485,8 +485,14 @@ I believe now you have a very good understanding of state. After this, we will u ### Exercise: Level 2 +1. Use React state to change the background of the page. You can use this technique to apply a dark mode for your portfolio. + ![Change Background](../images/08_day_changing_background_exercise.gif) + 2. After long time of lock down you may think of travelling and you do not know where to go. Then make use of this random country selector to select your holiday destination. + +![Change Background](../images/08_day_select_country_exercise.gif) + 🎉 CONGRATULATIONS ! 🎉 [<< Day 7](../07_Day_Class_Components/07_class_components.md) | [Day 9 >>](../09_Day_Conditional_Rendering/09_conditional_rendering.md) diff --git a/images/08_day_select_country_exercise.gif b/images/08_day_select_country_exercise.gif new file mode 100644 index 0000000000..3f06e884be Binary files /dev/null and b/images/08_day_select_country_exercise.gif differ