# Describing Code

## `zus-example-website/src`

The src directory contains the core of the website .Here is how the directory looks like:

```
--zus-example-website
--src(directory)
  --scss(directory)(This directory contains Sassy Cascading Style Sheets files to style the web app)
  --index.js(file)(This javascript file contain core functionalities for the app)
  --dom.js
  --player.js     
```
