HTML (HyperText Markup Language) is the most basic building block of the Web. It describes and defines the content of a webpage.
CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.
Sass is a CSS preprocesser that lets you use features that don't exist in CSS yet like variables, nesting, mixins, inheritance...
JavaScript is a scripting language that can add functionality to websites.
jQuery is a fast, small, and feature-rich JavaScript library.
A lightweight and modular front-end framework for developing fast and powerful web interfaces.
MAMP
MAMP installs a local server environment in a matter of seconds on your computer, allowing for local development.
Github
Github is an online version control repository.
Creative Libraries
A JavaScript library that makes working with the HTML5 Canvas element easy. Useful for creating games, generative art, and other highly graphical experiences.
A JavaScript library that lets you manage and co-ordinate the loading of assets and data.
p5.js is a JavaScript library that coding of drawing and interaction easier and faster.
AOS or Animate On Scroll is a small library to animate elements on your page as you scroll.