You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change hooks state implementation, move from separate individual states [seconds, minutes, hours, days] to single seconds state and calculate rest of time attributes based on seconds only, this will enhance performance and make sure that only 1 render is done every second
Fix update format props in useTime
Code enhancement: move all validation functions to Validate util
Code enhancement: Create Time util to handle seconds to time conversion and time formatting
Code enhancement: add linter and fix all lint errors