Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 5.13 KB

README.md

File metadata and controls

53 lines (42 loc) · 5.13 KB

frontend-apps

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

💻Live demo

Link

📓 The assignment

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.

🔎 Research

See the wiki for a complete version

Research question

How diverse are the parking spaces in The Netherlands??

Subquestion

  • How are parking spaces dispersed?
  • How many parking spaces facilitate disabled cars are in the Netherlands?
  • Which provinces have the most parking spaces?

Concept

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.

🤖 Installation

Run the project:

  1. Install dependencies npm install
  2. Run project npm run dev

📷 Screenshots

alt text

🤝 Sources

OpenData by RDW
D3
React
NextJS
Tech Track lectures

📝 License

GPLv3