# Resource List

### Section One

* [Dash ](https://dash.generalassemb.ly/projects)on General Assemby's website.
* CasparCG [Server Version 2.2.0](https://github.com/CasparCG/server/releases/tag/v2.2.0-stable) stable.
* CasparCG [Server Version 2.1.1 NRK](https://github.com/nrkno/tv-automation-casparcg-server/releases/tag/v2.1.11_NRK).
* [Chromium download](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/722274/) equivalent to 2.2.0 stable on Google APIs common storage website.
* [Chromium download](https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/599392/) equivalent to 2.1.1 NRK on Google APIs common storage website.
* [Install instructions / system requirements](https://github.com/CasparCG/help/wiki/Server%3A-System-Requirements) on the CasparCG Wiki.
* Download page for [Node Package Manager](https://www.npmjs.com/get-npm) ( NPM ) and NodeJS.
* Node package [http-server](https://www.npmjs.com/package/http-server) on NPM's website.
* SCSS' website.
* Node package [SCSS ](https://www.npmjs.com/package/sass)on NPM's website.
* [AMCP Protocol ](https://github.com/CasparCG/help/wiki/AMCP-Protocol)on GitHub's CasparCG Wiki.
* [Template ( HTML ) Command in AMCP Protocol](https://github.com/CasparCG/help/wiki/AMCP-Protocol#template-commands) on GitHub's CasparCG Wiki&#x20;

### Section Two - HTML & SCSS

* [Immediately Invoked Function Expression ( IIFE )](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) on MDN's website.
* [SVG Element](https://developer.mozilla.org/en-US/docs/Web/SVG) on MDN's website.
* [View Box ](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox)on MDN's website.
* [Path Element](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths) on MDN's website.
* [Preserve Aspect Ratio](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio) on MDN's website.
* [Vector Effect](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vector-effect) on MDN's website.
* [Stroke Line Cap](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linecap) on MDN's website.
* [Z Index](https://developer.mozilla.org/en-US/docs/Web/CSS/z-index) on MDN's website.

### Section Three - JavaScript

* [Arrow Functions](https://www.w3schools.com/js/js_arrow_function.asp) on W3 Schools Website
* [Browser Snippets](https://developers.google.com/web/tools/chrome-devtools/javascript/snippets) on Chrome's Developer site.
* [Deconstruction ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment)on MDN's website.
* [GSAP Homepage / CDN Link](https://greensock.com/).
* [Easing Documentation](https://greensock.com/docs/) on GreenSock's website.
* [Timeline Documentation](https://greensock.com/docs/v3/GSAP/Timeline) on GreenSock's website.
* [Position Guide](https://greensock.com/position-parameter/) on GreenSock's website.
* [Stroke Dash Array](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray) on MDN's website.
* [Stroke Dash Offset](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dashoffset) on MDN's website.
* [Get Computed Styles](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle) on MDN's website.
* [Get Property Value](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/getPropertyValue) on MDN's website.
* [Set ](https://greensock.com/docs/v3/GSAP/gsap.to\(\))on GreenSock's website.
* [To ](https://greensock.com/docs/v3/GSAP/gsap.to\(\))on Greensock's website.
* [Promises ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)on MDN's website.
* [Then](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then), [Catch](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch), and [Finally](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally) promise methods on MDN's website.
* [Async & Await](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await) on MDN's website.
* [Asynchronous overview](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous) on MDN's website.
* [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) on MDN's website.
