This repository contains Pretty Swift's course materials for Part 4: A First Application
Modify the project template "Counter" to create a simple counter app as shown below.
- The screen should show the current value of the counter.
- The minimum value for the counter is -10. The maximum value for the counter is 10.
- The label showing the counter's current value should turn red when the value is negative, green when the value is positive, and black when the value is zero.
- The "Counter" project should build without warnings when you are finished.
