From e5d237c35c4cd9d115d06001ef8ad144c4a11fe7 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:00:26 +0530 Subject: [PATCH] Added D3.js tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b450b3e..909397a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs) * [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2) +###D3.js + +* [Learn D3 using examples](https://www.sitepoint.com/d3-js-data-visualizations/) + ### Game Development: * [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)