Plan and done for February-05-2018
What will I learn today?
FreeCodeCamp projects: Weather - fix error with unreacheble host for ip resolution; Pomodoro - start coding.
Done
Pomodoro app
Challenges
- I want the UI be with a circular control element, but how to design
<input type='range'>
Solutions
- Angular-input to the rescue - https://github.com/andrejewski/angle-input.
- Morphing play/pause button - https://css-tricks.com/making-pure-css-playpause-button/.
- Theming with CSS variables - https://alligator.io/css/theming-custom-properties/.