Chronophylax ⏳

This is a simple SPA to help me keeping track of time while trying to master something or just workout.
Techstack:
New things learned
- clamp() - super useful for responsive typography ~94% usability
- how to setup and deploy on Netlify
- how to use requestAnimationFrame() method
- how important is to have a design created upfront with already pre-defined typography and color
- useEffect unmount callback
To change/do better next time
- use smaller timeframe to write core functionality
- keep up with KISS and DRY principles
- refactor code to a more elegant and pleasing which goes for both JS and CSS