Selecting Cards

Add the functionality of selecting a particular task in your app. Hint: a 'selected' property.

We'll cover the following...

Exercise:

Make your cards selectable by clicking on them. Whenever you select a card, you have to deselect all other cards.

Source code:

Use the PomodoroTracker5 folder as a starting point. The end result is in PomodoroTracker6.

...