Skip to content

This repo contains all the process of learning the use of Javascript's d3 library.

Notifications You must be signed in to change notification settings

the-other-mariana/d3-library-learning

Repository files navigation

Learning d3 Library

This repo contains the process of learning Javascript's d3 library.

Specifications

Python version: 3.8.1

Exercises

Usage

For simplicity's purposes, the built-in server from python will be used to host the practices.

  1. Open a terminal.

  2. Go to the directory of the folder where the index file is located.

  3. Type:

$: python -m http.server
  1. You need to see the output:
$: Serving HTTP on :: port 8000 (http://[::]:8000/) ...
  1. The server is running. Now, go to http://localhost:8000/ in chrome web browser.

  2. To stop the server, type Ctrl+C.

Tip

To avoid cache, which might render past versions of the scripts, type Shift + F5 to refresh in the browser.

About

This repo contains all the process of learning the use of Javascript's d3 library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published