add video links

This commit is contained in:
Quincy Larson
2015-12-30 03:57:33 -06:00
parent 614e4867f8
commit 67e1ad0b90
4 changed files with 21 additions and 21 deletions

View File

@ -85,7 +85,7 @@
},
{
"id": "bd7198d8c242eddfaeb5bd13",
"title": "Show Relationships with a Force-Directed Graph"
"title": "Show Relationships with a Force Directed Graph"
},
{
"id": "bd7108d8c242eddfaeb5bd13",

View File

@ -7,7 +7,7 @@
"id": "bd7168d8c242eddfaeb5bd13",
"title": "Visualize Data with a Bar Chart",
"challengeSeed": [
"133315782"
"150324699"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/adBBWd' target='_blank'>http://codepen.io/FreeCodeCamp/full/adBBWd</a>.",
@ -39,7 +39,7 @@
"id": "bd7178d8c242eddfaeb5bd13",
"title": "Visualize Data with a Scatterplot Graph",
"challengeSeed": [
"133315782"
"150324700"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/GoNNEy' target='_blank'>http://codepen.io/FreeCodeCamp/full/GoNNEy</a>.",
@ -71,16 +71,16 @@
"id": "bd7188d8c242eddfaeb5bd13",
"title": "Visualize Data with a Heat Map",
"challengeSeed": [
"133315782"
"150324701"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/rxWWGa' target='_blank'>http://codepen.io/FreeCodeCamp/full/rxWWGa</a>.",
"<span class='text-info'>Rule #1:</span> Don't look at the example project's code. Figure it out for yourself.",
"<span class='text-info'>Rule #2:</span> Fulfill the below <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
"<span class='text-info'>Rule #3:</span> You must use D3.js to build this project.",
"<span class='text-info'>User Story:</span> I can view a heat map of the temperature by month, sorted into rows by year.",
"<span class='text-info'>User Story:</span> Each month is colored based on its relative heat.",
"<span class='text-info'>User Story:</span> I can hover over a month to get its exact temperature.",
"<span class='text-info'>User Story:</span> I can view a heat map with data represented both on the Y and X axis.",
"<span class='text-info'>User Story:</span> Each cell is colored based its relationship to other data.",
"<span class='text-info'>User Story:</span> I can mouse over a cell in the heat map to get more exact information.",
"<span class='text-info'>Hint:</span> Here's a dataset you can use to build this: <a href='https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json' target='_blank'>https://raw.githubusercontent.com/FreeCodeCamp/ProjectReferenceData/master/global-temperature.json</a>",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck.",
"When you are finished, click the \"I've completed this challenge\" button and include a link to your CodePen. ",
@ -102,9 +102,9 @@
},
{
"id": "bd7198d8c242eddfaeb5bd13",
"title": "Show Relationships with a Force-Directed Graph",
"title": "Show Relationships with a Force Directed Graph",
"challengeSeed": [
"133315782"
"150324458"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/KVNNXY' target='_blank'>http://codepen.io/FreeCodeCamp/full/KVNNXY</a>.",
@ -139,7 +139,7 @@
"id": "bd7108d8c242eddfaeb5bd13",
"title": "Map Data Across the Globe",
"challengeSeed": [
"133315782"
"150324698"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/mVEJag' target='_blank'>http://codepen.io/FreeCodeCamp/full/mVEJag</a>.",

View File

@ -7,7 +7,7 @@
"id": "bd7157d8c242eddfaeb5bd13",
"title": "Build a Markdown Previewer",
"challengeSeed": [
"133315782"
"150324697"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/obYYqW' target='_blank'>http://codepen.io/FreeCodeCamp/full/obYYqW</a>.",
@ -39,7 +39,7 @@
"id": "bd7156d8c242eddfaeb5bd13",
"title": "Build a Camper Leaderboard",
"challengeSeed": [
"133315782"
"150324694"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/qbqqJm/' target='_blank'>http://codepen.io/FreeCodeCamp/full/qbqqJm/</a>.",
@ -73,7 +73,7 @@
"id": "bd7155d8c242eddfaeb5bd13",
"title": "Build a Recipe Box",
"challengeSeed": [
"133315782"
"150324695"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/LGbbqj' target='_blank'>http://codepen.io/FreeCodeCamp/full/LGbbqj</a>.",
@ -108,7 +108,7 @@
"id": "bd7154d8c242eddfaeb5bd13",
"title": "Build the Game of Life",
"challengeSeed": [
"133315782"
"150324459"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/dGOOrZ' target='_blank'>http://codepen.io/FreeCodeCamp/full/dGOOrZ</a>.",
@ -145,7 +145,7 @@
"id": "bd7153d8c242eddfaeb5bd13",
"title": "Build a Roguelike Dungeon Crawler Game",
"challengeSeed": [
"133315782"
"150324693"
],
"description": [
"<span class='text-info'>Objective:</span> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/dGOOEJ/' target='_blank'>http://codepen.io/FreeCodeCamp/full/dGOOEJ/</a>.",