add beginnings of react and d3 challenges

This commit is contained in:
Quincy Larson
2015-08-18 10:57:38 -07:00
parent 02b25dfd3e
commit bde4c2a280
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,5 @@
{
"name": "D3",
"order": 0.099,
"challenges": []
}

View File

@ -1,6 +1,6 @@
{ {
"name": "JSON APIs and Ajax", "name": "JSON APIs and Ajax",
"order": 0.007, "order": 0.0065,
"challenges": [ "challenges": [
{ {
"id": "bad87fed1348bd9aeca08826", "id": "bad87fed1348bd9aeca08826",
@ -79,7 +79,6 @@
" }", " }",
" ]", " ]",
"", "",
"<code> });</code>",
"fcces", "fcces",
"", "",
"<!-- You shouldn't need to modify code below this line -->", "<!-- You shouldn't need to modify code below this line -->",

View File

@ -0,0 +1,5 @@
{
"name": "ReactJS",
"order": 0.099,
"challenges": []
}