From 9d1cb86dff89ff64f414ddda063f8c0aba8bd1f8 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 28 Dec 2015 00:39:17 -0600 Subject: [PATCH] start adding new challenges and resequence existing ziplines --- .../basic-bonfires.json | 4 +- .../basic-ziplines.json | 108 ++++++---- .../intermediate-ziplines.json | 203 +++++++++--------- .../data-visualization-projects.json | 133 +++++++++--- .../react-projects.json | 133 +++++++++--- .../api-projects.json | 1 - 6 files changed, 372 insertions(+), 210 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json index 11560772d6..fef250af1c 100644 --- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json @@ -27,8 +27,8 @@ "" ], [ - "http://i.imgur.com/5pAl7TV.jpg", - "A beagle winking and pointing his paw at you.", + "http://i.imgur.com/p2TpOQd.jpg", + "A cute dog jumping over a hurdle and winking and pointing his paw at you.", "When you get stuck, just use the Read-Search-Ask methodology.
Don't worry - you've got this.", "" ] diff --git a/seed/challenges/01-front-end-development-certification/basic-ziplines.json b/seed/challenges/01-front-end-development-certification/basic-ziplines.json index dd30b7cd84..f3bd88501e 100644 --- a/seed/challenges/01-front-end-development-certification/basic-ziplines.json +++ b/seed/challenges/01-front-end-development-certification/basic-ziplines.json @@ -20,6 +20,12 @@ "Ziplines are hard. It takes most campers several days to build each Zipline. You will get frustrated. But don't quit. This gets easier with practice.", "" ], + [ + "http://i.imgur.com/p2TpOQd.jpg", + "A cute dog jumping over a hurdle and winking and pointing his paw at you.", + "When you get stuck, just use the Read-Search-Ask methodology.
Don't worry - you've got this.", + "" + ], [ "http://i.imgur.com/6WLULsC.gif", "A gif showing how to create a Codepen account.", @@ -99,7 +105,9 @@ { "id": "bd7158d8c242eddfaeb5bd13", "title": "Build a Personal Portfolio Webpage", - "challengeSeed": ["133315782"], + "challengeSeed": [ + "133315782" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -159,14 +167,16 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], + ], "namePt": "", "descriptionPt": [] }, { "id": "bd7158d8c442eddfaeb5bd13", "title": "Build a Random Quote Machine", - "challengeSeed": ["126415122"], + "challengeSeed": [ + "126415122" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/AdventureBear/full/vEoVMw.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -210,14 +220,59 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], + ], + "namePt": "", + "descriptionPt": [] + }, + { + "id": "bd7158d8c442eddfaeb5bd17", + "title": "Build a JavaScript Calculator", + "challengeSeed": [ + "126411565" + ], + "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/zxgaqw.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can add, subtract, multiply and divide two numbers.", + "User Story: I can clear the input field with a clear button.", + "User Story: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.", + "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)." + ], + "type": "zipline", + "challengeType": 3, + "tests": [], + "nameCn": "", + "descriptionCn": [], + "nameFr": "", + "descriptionFr": [], + "nameRu": "", + "descriptionRu": [], + "nameEs": "Crea una calculadora JavaScript", + "descriptionEs": [ + "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/GeoffStorbeck/full/zxgaqw.", + "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", + "Regla #2: Puedes usar cualquier librería o APIs que necesites.", + "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", + "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", + "Historia de usuario: Como usuario, puedo sumar, restar, multiplicar y dividir dos números.", + "Historia de usuario opcional: Puedo limpiar la pantalla con un botón de borrar.", + "Historia de usuario opcional: Puedo concatenar continuamente varias operaciones hasta que pulse el botón de igual, y la calculadora me mostrará la respuesta correcta.", + "Recuerda utilizar Read-Search-Ask si te sientes atascado.", + "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", + "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" + ], "namePt": "", "descriptionPt": [] }, { "id": "bd7158d8c442eddfaeb5bd0f", "title": "Build a Pomodoro Clock", - "challengeSeed": ["126411567"], + "challengeSeed": [ + "126411567" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/RPbGxZ/.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -263,50 +318,9 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], - "namePt": "", - "descriptionPt": [] - }, - { - "id": "bd7158d8c442eddfaeb5bd17", - "title": "Build a JavaScript Calculator", - "challengeSeed": ["126411565"], - "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/zxgaqw.", - "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can add, subtract, multiply and divide two numbers.", - "User Story: I can clear the input field with a clear button.", - "User Story: I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.", - "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)." ], - "type": "zipline", - "challengeType": 3, - "tests": [], - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "Crea una calculadora JavaScript", - "descriptionEs": [ - "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/GeoffStorbeck/full/zxgaqw.", - "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", - "Regla #2: Puedes usar cualquier librería o APIs que necesites.", - "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", - "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", - "Historia de usuario: Como usuario, puedo sumar, restar, multiplicar y dividir dos números.", - "Historia de usuario opcional: Puedo limpiar la pantalla con un botón de borrar.", - "Historia de usuario opcional: Puedo concatenar continuamente varias operaciones hasta que pulse el botón de igual, y la calculadora me mostrará la respuesta correcta.", - "Recuerda utilizar Read-Search-Ask si te sientes atascado.", - "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", - "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], "namePt": "", "descriptionPt": [] } ] -} +} \ No newline at end of file diff --git a/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json b/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json index 42548be680..afdc2bcb00 100644 --- a/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json +++ b/seed/challenges/01-front-end-development-certification/intermediate-ziplines.json @@ -6,7 +6,9 @@ { "id": "bd7158d8c442eddfaeb5bd10", "title": "Show the Local Weather", - "challengeSeed": ["126415127"], + "challengeSeed": [ + "126415127" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/avqvgJ.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -56,21 +58,113 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], + ], + "namePt": "", + "descriptionPt": [] + }, + { + "id": "bd7158d8c442eddfaeb5bd18", + "title": "Stylize Stories on Camper News", + "challengeSeed": [ + "126415129" + ], + "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/MarufSarker/full/ZGPZLq/.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can browse recent posts from Camper News.", + "User Story: I can click on a post to be taken to the story's original URL.", + "User Story: I can see how many upvotes each story has.", + "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", + "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)." + ], + "type": "zipline", + "challengeType": 3, + "tests": [], + "nameCn": "", + "descriptionCn": [], + "nameFr": "", + "descriptionFr": [], + "nameRu": "", + "descriptionRu": [], + "nameEs": "Adorna las noticias de Camper News", + "descriptionEs": [ + "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/MarufSarker/full/ZGPZLq/.", + "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", + "Regla #2: Puedes usar cualquier librería o APIs que necesites.", + "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", + "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", + "Historia de usuario: Como usuario, puedo navegar las publicaciones recientes de Camper News.", + "Historia de usuario: Como usuario, puedo pulsar en una publicación y ser llevado al URL original de la historia.", + "Historia de usuario opcional: Como usuario, puedo ver cuántos votos tiene cada historia.", + "Pista: Este es el endpoint del API de Noticias calientes de Camper News: http://www.freecodecamp.com/news/hot.", + "Recuerda utilizar Read-Search-Ask si te sientes atascado.", + "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", + "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" + ], + "namePt": "", + "descriptionPt": [] + }, + { + "id": "bd7158d8c442eddfaeb5bd19", + "title": "Build a Wikipedia Viewer", + "challengeSeed": [ + "126415131" + ], + "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/MwgQea.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.", + "User Story: I can click a button to see a random Wikipedia entry.", + "User Story: When I type in the search box, I can see a dropdown menu with autocomplete options for matching Wikipedia entries.", + "Hint: Here's an entry on using Wikipedia's API: http://www.mediawiki.org/wiki/API:Main_page.", + "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)." + ], + "type": "zipline", + "challengeType": 3, + "tests": [], + "nameCn": "", + "descriptionCn": [], + "nameFr": "", + "descriptionFr": [], + "nameRu": "", + "descriptionRu": [], + "nameEs": "Crea un buscador de Wikipedia", + "descriptionEs": [ + "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/GeoffStorbeck/full/MwgQea.", + "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", + "Regla #2: Puedes usar cualquier librería o APIs que necesites.", + "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", + "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", + "Historia de usuario: Como usuario, puedo hacer una búsqueda a la base de datos de Wikipedia en una caja de búsqueda y ver los artículos resultantes.", + "Historia de usuario opcional:Como usuario, puedo pulsar un botón para ver un artículo aleatorio de Wikipedia.", + "Historia de usuario opcional:Como usuario, cuando escribo en la caja de búsqueda, puedo ver un menú desplegable con opciones de autocompletar referentes a artículos similares de Wikipedia.", + "Pista: Esta es un artículo muy útil relativo al uso del API de Wikipedia: http://www.mediawiki.org/wiki/API:Main_page.", + "Recuerda utilizar Read-Search-Ask si te sientes atascado.", + "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", + "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" + ], "namePt": "", "descriptionPt": [] }, { "id": "bd7158d8c442eddfaeb5bd1f", "title": "Use the Twitch.tv JSON API", - "challengeSeed": ["126411564"], + "challengeSeed": [ + "126411564" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/GJKRxZ.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", "User Story: I can see whether Free Code Camp is currently streaming on Twitch.tv.", "User Story: I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.", - "User Story: if Free Code Camp is streaming, I can see additional details about what they are streaming.", + "User Story: if a Twitch user is currently streaming, I can see additional details about what they are streaming.", "User Story: I will see a placeholder notification if a streamer has closed their Twitch account. You can verify this works by adding brunofin and comster404 to your array of Twitch streamers.", "Hint: See an example call to Twitch.tv's JSONP API at https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Zipline-Use-the-Twitchtv-JSON-API.", "Hint: The relevant documentation about this API call is here: https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md#get-streamschannel.", @@ -123,101 +217,16 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], - "namePt": "", - "descriptionPt": [] - }, - { - - "id": "bd7158d8c442eddfaeb5bd18", - "title": "Stylize Stories on Camper News", - "challengeSeed": ["126415129"], - "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/MarufSarker/full/ZGPZLq/.", - "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can browse recent posts from Camper News.", - "User Story: I can click on a post to be taken to the story's original URL.", - "User Story: I can see how many upvotes each story has.", - "Hint: Here's the Camper News Hot Stories API endpoint: http://www.freecodecamp.com/news/hot.", - "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)." ], - "type": "zipline", - "challengeType": 3, - "tests": [], - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "Adorna las noticias de Camper News", - "descriptionEs": [ - "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/MarufSarker/full/ZGPZLq/.", - "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", - "Regla #2: Puedes usar cualquier librería o APIs que necesites.", - "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", - "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", - "Historia de usuario: Como usuario, puedo navegar las publicaciones recientes de Camper News.", - "Historia de usuario: Como usuario, puedo pulsar en una publicación y ser llevado al URL original de la historia.", - "Historia de usuario opcional: Como usuario, puedo ver cuántos votos tiene cada historia.", - "Pista: Este es el endpoint del API de Noticias calientes de Camper News: http://www.freecodecamp.com/news/hot.", - "Recuerda utilizar Read-Search-Ask si te sientes atascado.", - "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", - "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], - "namePt": "", - "descriptionPt": [] - }, - { - "id": "bd7158d8c442eddfaeb5bd19", - "title": "Build a Wikipedia Viewer", - "challengeSeed": ["126415131"], - "description": [ - "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/GeoffStorbeck/full/MwgQea.", - "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", - "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", - "User Story: I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.", - "User Story: I can click a button to see a random Wikipedia entry.", - "User Story: When I type in the search box, I can see a dropdown menu with autocomplete options for matching Wikipedia entries.", - "Hint: Here's an entry on using Wikipedia's API: http://www.mediawiki.org/wiki/API:Main_page.", - "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)." - ], - "type": "zipline", - "challengeType": 3, - "tests": [], - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "Crea un buscador de Wikipedia", - "descriptionEs": [ - "Objetivo: Crea una aplicación con CodePen.io que reproduzca efectivamente mediante ingeniería inversa este app: http://codepen.io/GeoffStorbeck/full/MwgQea.", - "Regla #1: No veas el código del proyecto de ejemplo en CodePen. Encuentra la forma de hacerlo por tu cuenta.", - "Regla #2: Puedes usar cualquier librería o APIs que necesites.", - "Regla #3: Usa ingeniería inversa para reproducir la funcionalidad del proyecto de ejemplo, pero también siéntete en la libertad de personalizarlo.", - "Las siguientes son las historias de usuario que debes satisfacer, incluyendo las historias opcionales:", - "Historia de usuario: Como usuario, puedo hacer una búsqueda a la base de datos de Wikipedia en una caja de búsqueda y ver los artículos resultantes.", - "Historia de usuario opcional:Como usuario, puedo pulsar un botón para ver un artículo aleatorio de Wikipedia.", - "Historia de usuario opcional:Como usuario, cuando escribo en la caja de búsqueda, puedo ver un menú desplegable con opciones de autocompletar referentes a artículos similares de Wikipedia.", - "Pista: Esta es un artículo muy útil relativo al uso del API de Wikipedia: http://www.mediawiki.org/wiki/API:Main_page.", - "Recuerda utilizar Read-Search-Ask si te sientes atascado.", - "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", - "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], "namePt": "", "descriptionPt": [] }, { "id": "bd7158d8c442eedfaeb5bd1c", "title": "Build a Tic Tac Toe Game", - "challengeSeed": ["126415123"], + "challengeSeed": [ + "126415123" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/alex-dixon/full/JogOpQ/.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -253,14 +262,16 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], + ], "namePt": "", "descriptionPt": [] }, { "id": "bd7158d8c442eddfaeb5bd1c", "title": "Build a Simon Game", - "challengeSeed": ["137213633"], + "challengeSeed": [ + "137213633" + ], "description": [ "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/dting/full/QbRyqq/.", "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", @@ -308,9 +319,9 @@ "Recuerda utilizar Read-Search-Ask si te sientes atascado.", "Cuando hayas terminado, pulsa el botón de \"I've completed this challenge\" e incluye un link a tu CodePen. Si programaste en pareja, debes incluir también el nombre de usuario de Free Code Camp de tu compañero.", "Si quieres retroalimentación inmediata de parte de tus compañeros campistas, pulsa este botón y pega el link de tu proyecto en CodePen.

Pulsa aquí y agrega tu link en el texto del tweet" - ], + ], "namePt": "", "descriptionPt": [] } ] -} +} \ No newline at end of file diff --git a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json index 66fee45fe1..b5fafceb92 100644 --- a/seed/challenges/02-data-visualization-certification/data-visualization-projects.json +++ b/seed/challenges/02-data-visualization-certification/data-visualization-projects.json @@ -1,14 +1,28 @@ { "name": "Data Visualization Projects", "order": 17, - "isComingSoon": true, "time": "200h", "challenges": [ { - "id": "bd7158d8c443ede2aeb5bdef", - "title": "Data Visualization Project 1", - "challengeSeed": [], + "id": "bd7168d8c242eddfaeb5bd13", + "title": "", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -19,17 +33,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea una aplicación de votaciones", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede2aeb5bdff", - "title": "Data Visualization Project 2", - "challengeSeed": [], + "id": "bd7178d8c242eddfaeb5bd13", + "title": "", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -40,17 +68,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea una aplicación de coordinación de vida nocturna", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede2aeb5bd0e", - "title": "Data Visualization Project 3", - "challengeSeed": [], + "id": "bd7188d8c242eddfaeb5bd13", + "title": "", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -61,17 +103,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Grafica el mercado de acciones", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede2aeb5bd0f", - "title": "Data Visualization Project 4", - "challengeSeed": [], + "id": "bd7198d8c242eddfaeb5bd13", + "title": "", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -82,17 +138,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Administra un club de intercambio de libros", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede2aeb5bdee", - "title": "Data Visualization Project 5", - "challengeSeed": ["133315784"], + "id": "bd7108d8c242eddfaeb5bd13", + "title": "", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -103,11 +173,10 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea un clon de Pinterest", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] } ] -} +} \ No newline at end of file diff --git a/seed/challenges/02-data-visualization-certification/react-projects.json b/seed/challenges/02-data-visualization-certification/react-projects.json index 7e3ba502e8..1f2031de12 100644 --- a/seed/challenges/02-data-visualization-certification/react-projects.json +++ b/seed/challenges/02-data-visualization-certification/react-projects.json @@ -1,14 +1,28 @@ { "name": "React Projects", "order": 15, - "isComingSoon": true, "time": "200h", "challenges": [ { - "id": "bd7158d8c443ede1aeb5bdef", - "title": "React Project 1", - "challengeSeed": [], + "id": "bd7157d8c242eddfaeb5bd13", + "title": "Build a Markdown Previewer", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -19,17 +33,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea una aplicación de votaciones", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede1aeb5bdff", - "title": "React Project 2", - "challengeSeed": [], + "id": "bd7156d8c242eddfaeb5bd13", + "title": "Build an Camper Leaderboard", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -40,17 +68,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea una aplicación de coordinación de vida nocturna", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede1aeb5bd0e", - "title": "React Project 3", - "challengeSeed": [], + "id": "bd7155d8c242eddfaeb5bd13", + "title": "Build a Recipe Box", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -61,17 +103,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Grafica el mercado de acciones", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede1aeb5bd0f", - "title": "React Project 4", - "challengeSeed": [], + "id": "bd7154d8c242eddfaeb5bd13", + "title": "Build the Conway Game of Life", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -82,17 +138,31 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Administra un club de intercambio de libros", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] }, { - "id": "bd7158d8c443ede1aeb5bdee", - "title": "React Project 5", - "challengeSeed": ["133315784"], + "id": "bd7153d8c242eddfaeb5bd13", + "title": "Build a Roguelike Dungeon Crawler Game", + "challengeSeed": [ + "133315782" + ], "description": [ + "Objective: Build a CodePen.io app that is functionally similar to this: http://codepen.io/ThiagoFerreir4/full/eNMxEp.", + "Rule #1: Don't look at the example project's code on CodePen. Figure it out for yourself.", + "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", + "User Story: I can access all of the portfolio webpage's content just by scrolling.", + "User Story: I can click different buttons that will take me to the portfolio creator's different social media pages.", + "User Story: I can see thumbnail images of different projects the portfolio creator has built (if you haven't built any websites before, use placeholders.)", + "User Story: I navigate to different sections of the webpage by clicking buttons in the navigation.", + "Don't worry if you don't have anything to showcase on your portfolio yet - you will build several apps on the next few CodePen challenges, and can come back and update your portfolio later.", + "There are many great portfolio templates out there, but for this challenge, you'll need to build a portfolio page yourself. Using Bootstrap will make this much easier for you.", + "Note that CodePen.io overrides the Window.open() function, so if you want to open windows using jQuery, you will need to target invisible anchor elements like this one: <a target='_blank'>.", + "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)." ], "type": "zipline", "challengeType": 3, @@ -103,11 +173,10 @@ "descriptionFr": [], "nameRu": "", "descriptionRu": [], - "nameEs": "Crea un clon de Pinterest", - "descriptionEs": [ - ], + "nameEs": "", + "descriptionEs": [], "namePt": "", "descriptionPt": [] } ] -} +} \ No newline at end of file diff --git a/seed/challenges/03-back-end-development-certification/api-projects.json b/seed/challenges/03-back-end-development-certification/api-projects.json index be7b9661d9..edfb4b5b99 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -1,7 +1,6 @@ { "name": "API Projects", "order": 26, - "isComingSoon": true, "time": "100h", "challenges": [ {