A website I created to track statistics on violent reactions to antidepressant medication. The site is created in Angular 8.0 with RXJS. It pulls statistics from the FDA's FAERs database using OpenFDA. The graphics are done in D3.js and Three.js.
AntidepressantStatistics.com
A user interface I created as a test using Angular.js. The javascript contains a scope variable array which contains objects representing aircraft. each object is then turned into a div element using the ng-repeat directive from Angular.
A user interface I created as a test using javascript and jquery. Each card is a div which gets created and styled dynamically then appended to the dom.