Skip to content

bommezijn/frontend-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPLv3 License gitmoji

Frontend Data

This repo will be my journey through a library d3.js, which gives you the building blocks to create SVG data visualisations.

The goal of this course would be to create a data visualisation (using the d3 library) based on given data where data can be explored through interaction using enter(), update(), and exit().

This course is specifically given by the Hogeschool van Amsterdam CMD. More information about the course specifically can be found at CMDA-TT's github.

Features

  • Working with a library such as D3.js.
  • Visualizing data in a chart.
  • Developing thy skills in development
  • More coming...

Demo

CleanShot 2021-11-17 at 23 27 06

A github pages hosted project

Run Locally

Clone the project

  git clone https://github.com/bommezijn/frontend-data.git

Go to the project directory

  cd ../frontend-data
# run a local server
python -m SimpleHTTPServer

# Or use an extension such as live-server

Live-Server Extension for VS Code

Install dependencies

  npm install

Start the server

  npm run start

Documentation

My process and journey

Authors

License

GPLv3