Posts

Showing posts from December, 2024

Stanikmas, Lynn. (2018). Accessible SVG. GitHub.

Image
Stanikmas, Lynn. (2018). Accessible SVG. GitHub. My Alice Blue Accessible SVG. This project is a self-directed study in coding an ADA accessibility-compliant inline SVG. https://github.com/l-stanny/Accessible-SVG

Stanikmas, Lynn. (2024). Reddit-like Angular Study. GitHub.

Image
Stanikmas, Lynn. (2024). Reddit-like Angular Study. GitHub. Allows the user to post an article (with a title and a URL) and vote on the posts. Voting uses increment and decrement to dynamically sort articles by number of votes. It has 2 components: 1 to hold the form that submits an article. It binds the submit value in the view to entered text in the inputs using the hash, resolve, syntax then gets the data into the component as objects of the type HTMLInputElement. 1 to hold the default and newly submitted articles using @Hostbinding to bind a class to the host app. It uses a model to isolate the data structures. https://github.com/l-stanny/angular-studies

Stanikmas, Lynn. (2024). Angular Studies | Random Numbers Study. GitHub.

Stanikmas, Lynn. (2024). Angular Studies | Random Numbers Study. GitHub. Demonstration of Javascript, Typescript, Angular interpolation - one-way data binding -, and the Angular ngModel directive's two-way data binding technique. When the form fields are filled out by the user and the "Generate" button is clicked, the username and a random integer between 1 and 9 are rendered in the DOM. The Angular ngModel directive is used to prefill the editable form fields. https://github.com/l-stanny/angular-studies

Stanikmas, Lynn. (2024). Angular Studies | Advanced Components. GitHub.

Stanikmas, Lynn. (2024). Angular Studies | Advanced Components. GitHub. This self-directed study project showcases several advanced features in using Angular's built-in directives and in Angular + Typescript components development including styling components (with encapsulation), modifying host DOM elements, modifying templates with content projection, and accessing directives. https://github.com/l-stanny/angular-studies-advanced-components