This app displays the date and business hours to a user. The current time is color-coded for ease of viewing. The user is able to save important information by clicking the save button next to each text area. This information is retained even if the browser is closed or refreshed.
-
The date is displayed dynamically with moment.js implementation.
-
With that same implementation, the hours are color-coded, green for future, red for present and grey for past.
-
Entered text can be saved by clicking on the appropriate save button.
-
Saved text will be recalled on site refresh.