Live Code Prototypes
To help with front-end development efforts, I have created a few live code examples of my designs.
Data Dashboard
For this dashboard, I experimented with including a KendoUI chart and making specialized shapes with HTML and CSS (with some help from the Sass preprocessor) while avoiding any using other assets such as icon fonts or SVGs.
Timeline of Items
For this code example, I worked on layering blocks with different fill, opacity, and border styles to show various states of a timeline within a card. Again, I used HTML and CSS (with the help of the Sass preprocessor) to create this.
Test Angular Material Theming Application
In a migration effort to move an existing application from AngularJS to Angular, I was charged with assessing the suitability of using Angular Material in the new application as well. This was an attempt to style Angular Material to look like our existing application and I found it quite successful.
The live application can be viewed here: https://sharonchang1.github.io/rev-angular-material-theming/.