Student's name | SCIPER |
---|---|
Maja Stamenkovic | 309017 |
Jeremy Mion | 261178 |
Johan Barthas | 313239 |
Milestone 1 • Milestone 2 • Milestone 3
10% of the final grade
10% of the final grade
Milestone2 report: MS2_VizzyBussy.pdf
Website: https://movievizz.xyz/
80% of the final grade
Website source code : gh-pages
Website: https://movievizz.xyz/
- Clone the repo:
git clone [email protected]:com-480-data-visualization/com-480-project-vizzybussy.git
- Change branches
git checkout gh-pages
- Launch a webserver, for example:
python -m http-server
- View the website locally
The files are layout out as follows:
.
├── CNAME
├── assets (all assets for the website)
│ ├── bootstrap (Bootstrap JS and CSS)
│ ├── css (Cascading style sheets)
│ ├── external
│ │ └── jquery
│ │ └── jquery.js
│ ├── fonts (fonts)
│ ├── img (images)
│ └── js (JavaScript)
├── data (data is located here)
└── index.html