Adds real data to components + adds code-formatting scripts to npm
- Added the real course data to each relevant component.
- Added a formatting script to npm. This adds a dependency to the project and means that upon pulling this version one has to run
npm install
for the code to compile. The script is available by typingnpm run format
from the command line while standing in the project directory. - Ran the formatter, hence the massive amount of code being changed.