Skip to content

Working with React and the library D3 to create data visualizations for De Volkskrant, part of the @cmda-tt course.

License

Notifications You must be signed in to change notification settings

veerleprins/frontend-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Applications

Screenshot of the page with the visualizations.

Table of contents:

✒️ Description

For the Frontend Application course within the Information Design semester (@cmda-tt) we learn about frameworks and libraries in JavaScript.

This repository shows a data visualization with React and D3 using datasets provided by the RDW. This visualization will visualize the following main question:

How about parking an electric car in the Netherlands?

In order to be able to visualize this main question, several sub questions have been created. You can find these in my wiki - Concept

🔸 Feature

Various visualisations have been made on the interactive website. Below I have named these with the sources I used for the code:

🔗 Datasets

The dataset that was used is the datasets supplied by the RDW on behalf of De Volkskrant. These are public datasets and can be found at the links below:

⬇️ Install

1. Install npm 💻

Before getting started, you need to install nvm. nvm can be installed by typing the following line of code in terminal and pressing enter:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh

If nvm has been successfully installed, you can check the version by typing the following line of code in the terminal and pressing enter:

nvm --version

2. 📂 Clone folder

Then you need to download this project and open it with your code editor. To do this, open your terminal with the correct path in which you want this repository. Example:

cd/Desktop/Repos

Then type the following line of code into your terminal:

git clone https://github.com/veerleprins/frontend-applications.git

With this line of code, you've successfully downloaded the repository to your desired location.

3. Install all the packages 📑

Then type the code below into your terminal:

npm install

With this line of code, you download all the packages you need for this repo.

4. ✅ Start and run the code

Go to the repository in the terminal and add the following line of code below:

npm start

Now React opens http://localhost:300/ automatically in your browser to view the visualization! 🙌

🌐 Deploy

My visualizations can be found at the link below:
https://frontend-applications-veerleprins.netlify.app/

📚 Sources

🔒 License

This repo is licensed as MIT by ©️ Veerle Prins, 2020

About

Working with React and the library D3 to create data visualizations for De Volkskrant, part of the @cmda-tt course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published