U4Ch1L4_Variables Make

Step #1
The goal of this lesson is to apply what you have already learned about Variables in Unit 4 in the creation of an App in this lesson.

This App is simple. It is made up of two components, both of which you have already done:

  1. A Counter that adds +1 or subtracts -1 dependent upon the user clicking a ‘Like’ button.
    • You did this in U4Ch1L3 – Level 7.
  2. An archive of comments entered by the user.
    • You did this in U4Ch1L3 – Level 6.