From bde4c2a28075dc9a96868e41f8f4a145e68545b7 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 18 Aug 2015 10:57:38 -0700 Subject: [PATCH] add beginnings of react and d3 challenges --- under-construction/d3.json | 5 +++++ under-construction/json-apis-and-ajax.json | 3 +-- under-construction/reactjs.json | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 under-construction/d3.json create mode 100644 under-construction/reactjs.json diff --git a/under-construction/d3.json b/under-construction/d3.json new file mode 100644 index 0000000000..8c84070738 --- /dev/null +++ b/under-construction/d3.json @@ -0,0 +1,5 @@ +{ + "name": "D3", + "order": 0.099, + "challenges": [] +} diff --git a/under-construction/json-apis-and-ajax.json b/under-construction/json-apis-and-ajax.json index 268ad265a5..f2469887a7 100644 --- a/under-construction/json-apis-and-ajax.json +++ b/under-construction/json-apis-and-ajax.json @@ -1,6 +1,6 @@ { "name": "JSON APIs and Ajax", - "order": 0.007, + "order": 0.0065, "challenges": [ { "id": "bad87fed1348bd9aeca08826", @@ -79,7 +79,6 @@ " }", " ]", "", - " });", "fcces", "", "", diff --git a/under-construction/reactjs.json b/under-construction/reactjs.json new file mode 100644 index 0000000000..d4b687444b --- /dev/null +++ b/under-construction/reactjs.json @@ -0,0 +1,5 @@ +{ + "name": "ReactJS", + "order": 0.099, + "challenges": [] +}