lennartdeknikker / frontend-data

This repo contains the frontend-data course assignment. In frontend data (fd) you create an interactive visualisation, use data joins, apply motion, and additionally apply learning outcomes attained in previous courses. You additionally learn about programming principles like debugging and refactoring code.
https://volkenkunde.lenn4rt.com/
MIT License
0 stars 0 forks source link

Make code modular using a bundler #3

Closed lennartdeknikker closed 4 years ago

lennartdeknikker commented 4 years ago

I'm going to split up my code into different modules using Parcel as a bundler

lennartdeknikker commented 4 years ago

I split up the datavisualisation in different .js files.