The repo is used for the course frontend-apps; throughout this course, the wiki is actively updated with new (daily or weekly) content.
💻Live demo | 📓 The assignment | 🔎 Research | 🤖 Installation | 📷 Screenshots | 🤝 Sources |
This course is in partnership with de Volkskrant, a dutch newsagency that distributes their paper digitally as physically. We're making a visualization using one of their datasets; this visualization might get included in their publications. This repo will contian code and documentation for this project as well as sample code and its documentation in the wiki. Furthermore, the project will transform raw data into clean data, and then visualize it using D3.
See the wiki for a complete version
How diverse are the parking spaces in The Netherlands??
- How are parking spaces dispersed?
- How many parking spaces facilitate disabled cars are in the Netherlands?
- Which provinces have the most parking spaces?
Make a map with locations of each parkinspace that also displays the parkingspaces that displays disabled-friendly parkingspaces. There will also be a barchart displaying the amount of parkingspaces in each city as well as a piechart displaying the ratio between disabled-friendly and regular parkingspaces.
Run the project:
- Install dependencies
npm install
- Run project
npm run dev