This is an example of a bootstrap project management user interface with charts, designed using HTML, CSS, JavaScript, and bootstrap framework 4. The icons, images, and fonts are imported to the form with their URLs. The concept of Lists has been used with UL and LI components. UL element has been used with the child elements of LI to display the details in an orderly manner. JavaScript functions Selectize(), and Charts() have been used to implement the search and charts features. The colors are predefined as $bg: #1b2431, $light-text: #738297, $dark-text: #273142, and $light-bg: #313D4F. The body of the form is given a style set of background-color as $bg, font color as #202020, font-family as "Montserrat", "Helvetica", "Open Sans", "Arial", and font-size as 13px. The sidebar is given the styles of border-left as 5px solid transparent, color as $light-text, and padding as .5rem .75rem, which changes its color to white, in a hover event. The projects table is given a background color of #273142, which changes to lighten($dark-text, 5%), in a hover event. Source: https://codepen.io/pagan/pen/bGNZdrQ