Skip to content

trailingend/js-accidents-visualization

Repository files navigation

Canadian Aviation Accidents Data Visualization


Author: Jayleen Zhou, Jenna Zhang

Pages

  • Home - Occurances Stats and Geometrical Visualization in the Past 20 Years
  • Details - Individual Datapoints Organized with Filters and Reasons.

Implementation Steps

  • make sure that you have node.js and npm installed on your computer.
  • to install all dependencies, run npm install. note that if you are using a windows computer, delete the package-lock.json file first before you install.
  • to run development version, run: npm run dev
  • to build for static version, run: npm run build

Code Structure

  • src📂 - folder for custom code
    • scripts📂 - folder for all Javascript code. the entry is index.js
    • styles📂 - folder for all CSS code. the entry is style.scss, which will be compiled to style.css
    • data_process📂 - folder for python code to process data
  • index.html📂 - the main html file, which is the project entry
  • package.json📂 - list of dependencies

Reference

All library dependencies are listed in package.json

About

Data visualization of flight accidents in Canada in the past 20 years

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages