Glossary

Term Definition
Dependency Code that is required for the current application to run.
ES6 ES6 stands for ECMAScript 6, otherwise knowns as ECMAScript 2015. It is the most recent major version of the stadard for JavaScript.
Frontend The components of a website that handle styling and client interactions
Localhost A default alias referring to the local computer or "this computer's" IP address which is 127.0.0.1
Packages Name of the code packages described in package.json
ReactJS Javascript framework to create web applications.