From 5b3eb6ad18c078ac36c5bb076bb4c423e425019f Mon Sep 17 00:00:00 2001 From: Joseph Morse Date: Fri, 4 Mar 2016 12:15:02 -0500 Subject: [PATCH] Added Prefix Hint to React Recipe Box This adds a hint to the React Recipe Box project, and closes #7297. Translations of the hint would still be needed. --- .../02-data-visualization-certification/react-projects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/seed/challenges/02-data-visualization-certification/react-projects.json b/seed/challenges/02-data-visualization-certification/react-projects.json index b7875926ed..49a542ce1f 100644 --- a/seed/challenges/02-data-visualization-certification/react-projects.json +++ b/seed/challenges/02-data-visualization-certification/react-projects.json @@ -127,6 +127,7 @@ "User Story: I can edit these recipes.", "User Story: I can delete these recipes.", "User Story: All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.", + "Hint: You should prefix your local storage keys on CodePen, i.e. _username_recipes", "Remember to use Read-Search-Ask 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 from fellow campers by sharing it in our Code Review Chatroom. You can also share it on Twitter and your city's Campsite (on Facebook)."