An open API service indexing awesome lists of open source software.

https://github.com/com-480-data-visualization/projet-2024-ljc


https://github.com/com-480-data-visualization/projet-2024-ljc

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

          

# Project of Data Visualization (COM-480)

| Student's name | SCIPER |
| ---------------- | ------ |
| Julie Korber | 300467 |
| Clara Tavernier | 302586 |
| Louise Font | 301847 |

[Milestone 1](#milestone-1) • [Milestone 2](#milestone-2) • [Milestone 3](#milestone-3)

## Milestone 1 (29th March, 5pm)

**10% of the final grade**

You can find our milestone 1 pdf [here](milestones/Milestone_1.pdf).

## Milestone 2 (26th April, 5pm)

**10% of the final grade**

You can find our milestone 2 pdf [here](milestones/Milestone_2.pdf).

## Milestone 3 (31st May, 5pm)

**80% of the final grade**

- You can find the website [here](https://com-480-data-visualization.github.io/projet-2024-ljc/).
- You can find our process book [here](milestones/Process-book.pdf).
- You can find our screencast [here](https://youtu.be/0vfOaEJjark).

Concerning the structure of our code and where to find all the necessary information :
- in `website/js`: you can find all the JavaScript files that contain the code to the graphs of our website.
- in `website/styles`: you can find all the CSS scripts by theme of the website to see how the visual styling was implemented.
- in `website` in general are all htlm files containing the script for the structure of the website, by part again.
- all images used and inserted are to be found in `website/img`and all the data we have used to produce the graphs is available in `data`.