Pomodoro App Markup and Styling Refactoring
You will now improve the appearance and functionality of the app created in the last lesson.
We'll cover the following...
Exercise:
Refactor the Pomodoro App from the previous exercise such that your tasks will be placed on cards, not table rows. Use the block-element-modifier syntax in your CSS and emphasize separation of concerns. Take care of the styling of the application as well as the functionality.
You have a free choice in your design decisions.
Source code:
Use the PomodoroTracker1 folder as a starting point. The end result is in ...