feat(seed): Added Bright-Light app as a new home-assignment (#16513)

pull/18182/head
Vivek Agrawal 2018-01-19 11:49:07 +05:30 committed by Quincy Larson
parent 48b0b8c55c
commit 47845755d3
1 changed files with 25 additions and 0 deletions

View File

@ -699,6 +699,31 @@
"type": "zipline", "type": "zipline",
"challengeType": 3, "challengeType": 3,
"isRequired": false "isRequired": false
},
{
"id": "5a5d02bd919fcf9ca8cf46cb",
"title": "Build a Light-Bright App",
"description": [
"<strong>Objective:</strong> Build a <a href='https://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='https://codepen.io/freeCodeCamp/full/eyLYXE' target='_blank'>https://codepen.io/freeCodeCamp/full/eyLYXE</a>.",
"<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
"<strong>Rule #2:</strong> Fulfill the below <a href='https://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries or APIs you need. Give it your own personal style.",
"<strong>User Story:</strong> I can click or drag the mouse cursor to color the circles.",
"<strong>User Story:</strong> I can double-click on a colored circle to remove the color.",
"<strong>User Story:</strong> I can click on a colored circle to change its color.",
"<strong>User Story:</strong> I should get a circle of different color on each click.",
"<strong>User Story:</strong> I can click on the 'Reset' button to remove the recent color.",
"<strong>User Story:</strong> I can click on the 'Reset All' button to remove all the colors from the circles.",
"Remember to use <a href='http://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514' 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.",
"You can get feedback on your project by sharing it with your friends on Facebook."
],
"challengeSeed": [
""
],
"tests": [],
"type": "zipline",
"challengeType": 3,
"isRequired": false
} }
] ]
} }