chore(meta): Move challenge meta to challenges root

This commit is contained in:
Bouncey
2018-10-09 20:27:30 +01:00
committed by mrugesh mohapatra
parent aa668ca30e
commit ee9f6b2d72
46 changed files with 0 additions and 0 deletions

View File

@@ -1,142 +0,0 @@
{
"name": "Bootstrap",
"dashedName": "bootstrap",
"order": 2,
"time": "5 hours",
"template": "",
"required": [
{
"link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
}
],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"bad87fee1348bd9acde08712",
"Use Responsive Design with Bootstrap Fluid Containers"
],
[
"bad87fee1348bd9acde08812",
"Make Images Mobile Responsive"
],
[
"bad87fee1348bd8acde08812",
"Center Text with Bootstrap"
],
[
"bad87fee1348cd8acdf08812",
"Create a Bootstrap Button"
],
[
"bad87fee1348cd8acef08812",
"Create a Block Element Bootstrap Button"
],
[
"bad87fee1348cd8acef08811",
"Taste the Bootstrap Button Color Rainbow"
],
[
"bad87fee1348cd8acef08813",
"Call out Optional Actions with btn-info"
],
[
"bad87fee1348ce8acef08814",
"Warn Your Users of a Dangerous Action with btn-danger"
],
[
"bad88fee1348ce8acef08815",
"Use the Bootstrap Grid to Put Elements Side By Side"
],
[
"bad87fee1347bd9aedf08845",
"Ditch Custom CSS for Bootstrap"
],
[
"bad87fee1348bd9aedf08845",
"Use a span to Target Inline Elements"
],
[
"bad87fee1348bd9aede08845",
"Create a Custom Heading"
],
[
"bad87fee1348bd9aedd08845",
"Add Font Awesome Icons to our Buttons"
],
[
"bad87fee1348bd9aedc08845",
"Add Font Awesome Icons to all of our Buttons"
],
[
"bad87fee1348bd9aedb08845",
"Responsively Style Radio Buttons"
],
[
"bad87fee1348bd9aeda08845",
"Responsively Style Checkboxes"
],
[
"bad87fee1348bd9aed908845",
"Style Text Inputs as Form Controls"
],
[
"bad87fee1348bd9aec908845",
"Line up Form Elements Responsively with Bootstrap"
],
[
"bad87fee1348bd9aec908846",
"Create a Bootstrap Headline"
],
[
"bad87fee1348bd9aec908746",
"House our page within a Bootstrap container-fluid div"
],
[
"bad87fee1348bd9bec908846",
"Create a Bootstrap Row"
],
[
"bad87fee1348bd9aec908847",
"Split Your Bootstrap Row"
],
[
"bad87fee1348bd9aec908848",
"Create Bootstrap Wells"
],
[
"bad87fee1348bd9aec908849",
"Add Elements within Your Bootstrap Wells"
],
[
"bad87fee1348bd9aec908850",
"Apply the Default Bootstrap Button Style"
],
[
"bad87fee1348bd9aec908852",
"Create a Class to Target with jQuery Selectors"
],
[
"bad87fee1348bd9aec908853",
"Add id Attributes to Bootstrap Elements"
],
[
"bad87fee1348bd9aec908854",
"Label Bootstrap Wells"
],
[
"bad87fee1348bd9aec908855",
"Give Each Element a Unique id"
],
[
"bad87fee1348bd9aec908856",
"Label Bootstrap Buttons"
],
[
"bad87fee1348bd9aec908857",
"Use Comments to Clarify Code"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/bootstrap.json"
}

View File

@@ -1,34 +0,0 @@
{
"name": "Front End Libraries Projects",
"dashedName": "front-end-libraries-projects",
"order": 8,
"time": "150 hours",
"template": "",
"required": [],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"bd7158d8c442eddfaeb5bd13",
"Build a Random Quote Machine"
],
[
"bd7157d8c242eddfaeb5bd13",
"Build a Markdown Previewer"
],
[
"587d7dbc367417b2b2512bae",
"Build a Drum Machine"
],
[
"bd7158d8c442eddfaeb5bd17",
"Build a JavaScript Calculator"
],
[
"bd7158d8c442eddfaeb5bd0f",
"Build a Pomodoro Clock"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/front-end-libraries-projects.json"
}

View File

@@ -1,90 +0,0 @@
{
"name": "jQuery",
"dashedName": "jquery",
"order": 3,
"time": "3 hours",
"template": "",
"required": [
{
"link": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css"
}
],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"bad87fee1348bd9acdd08826",
"Learn How Script Tags and Document Ready Work"
],
[
"bad87fee1348bd9bedc08826",
"Target HTML Elements with Selectors Using jQuery"
],
[
"bad87fee1348bd9aedc08826",
"Target Elements by Class Using jQuery"
],
[
"bad87fee1348bd9aeda08826",
"Target Elements by id Using jQuery"
],
[
"bad87fee1348bd9aeda08726",
"Delete Your jQuery Functions"
],
[
"bad87fee1348bd9aed908626",
"Target the Same Element with Multiple jQuery Selectors"
],
[
"bad87fee1348bd9aed918626",
"Remove Classes from an Element with jQuery"
],
[
"bad87fee1348bd9aed908826",
"Change the CSS of an Element Using jQuery"
],
[
"bad87fee1348bd9aed808826",
"Disable an Element Using jQuery"
],
[
"564944c91be2204b269d51e3",
"Change Text Inside an Element Using jQuery"
],
[
"bad87fee1348bd9aed708826",
"Remove an Element Using jQuery"
],
[
"bad87fee1348bd9aed608826",
"Use appendTo to Move Elements with jQuery"
],
[
"bad87fee1348bd9aed508826",
"Clone an Element Using jQuery"
],
[
"bad87fee1348bd9aed308826",
"Target the Parent of an Element Using jQuery"
],
[
"bad87fee1348bd9aed208826",
"Target the Children of an Element Using jQuery"
],
[
"bad87fee1348bd9aed108826",
"Target a Specific Child of an Element Using jQuery"
],
[
"bad87fee1348bd9aed008826",
"Target Even Elements Using jQuery"
],
[
"bad87fee1348bd9aecb08826",
"Use jQuery to Modify the Entire Page"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/jquery.json"
}

View File

@@ -1,67 +0,0 @@
{
"name": "React and Redux",
"dashedName": "react-and-redux",
"order": 7,
"time": "5 hours",
"template": "<body><div id='root'></div>${ source || '' }</body>",
"required": [
{
"src": "https://unpkg.com/react@16.4.0/umd/react.production.min.js"
},
{
"src": "https://unpkg.com/react-dom@16.4.0/umd/react-dom.production.min.js"
},
{
"src": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.7.2/redux.min.js"
},
{
"src": "https://cdnjs.cloudflare.com/ajax/libs/react-redux/5.0.7/react-redux.min.js"
}
],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"5a24c314108439a4d4036141",
"Getting Started with React Redux"
],
[
"5a24c314108439a4d4036142",
"Manage State Locally First"
],
[
"5a24c314108439a4d4036143",
"Extract State Logic to Redux"
],
[
"5a24c314108439a4d4036144",
"Use Provider to Connect Redux to React"
],
[
"5a24c314108439a4d4036145",
"Map State to Props"
],
[
"5a24c314108439a4d4036146",
"Map Dispatch to Props"
],
[
"5a24c314108439a4d4036147",
"Connect Redux to React"
],
[
"5a24c314108439a4d4036148",
"Connect Redux to the Messages App"
],
[
"5a24c314108439a4d4036149",
"Extract Local State into Redux"
],
[
"5a24c314108439a4d403614a",
"Moving Forward From Here"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/react-and-redux.json"
}

View File

@@ -1,213 +0,0 @@
{
"name": "React",
"dashedName": "react",
"order": 5,
"time": "5 hours",
"template": "<body><div id='root'></div><div id='challenge-node'></div>${ source || '' }</body>",
"required": [
{
"src": "https://unpkg.com/react@16.4.0/umd/react.production.min.js"
},
{
"src": "https://unpkg.com/react-dom@16.4.0/umd/react-dom.production.min.js"
}
],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"587d7dbc367417b2b2512bb1",
"Create a Simple JSX Element"
],
[
"5a24bbe0dba28a8d3cbd4c5d",
"Create a Complex JSX Element"
],
[
"5a24bbe0dba28a8d3cbd4c5e",
"Add Comments in JSX"
],
[
"5a24bbe0dba28a8d3cbd4c5f",
"Render HTML Elements to the DOM"
],
[
"5a24c314108439a4d4036160",
"Define an HTML Class in JSX"
],
[
"5a24c314108439a4d4036161",
"Learn About Self-Closing JSX Tags"
],
[
"5a24c314108439a4d4036162",
"Create a Stateless Functional Component"
],
[
"5a24c314108439a4d4036163",
"Create a React Component"
],
[
"5a24c314108439a4d4036164",
"Create a Component with Composition"
],
[
"5a24c314108439a4d4036165",
"Use React to Render Nested Components"
],
[
"5a24c314108439a4d4036166",
"Compose React Components"
],
[
"5a24c314108439a4d4036167",
"Render a Class Component to the DOM"
],
[
"5a24c314108439a4d4036168",
"Write a React Component from Scratch"
],
[
"5a24c314108439a4d4036169",
"Pass Props to a Stateless Functional Component"
],
[
"5a24c314108439a4d403616a",
"Pass an Array as Props"
],
[
"5a24c314108439a4d403616b",
"Use Default Props"
],
[
"5a24c314108439a4d403616c",
"Override Default Props"
],
[
"5a24c314108439a4d403616d",
"Use PropTypes to Define the Props You Expect"
],
[
"5a24c314108439a4d403616e",
"Access Props Using this.props"
],
[
"5a24c314108439a4d403616f",
"Review Using Props with Stateless Functional Components"
],
[
"5a24c314108439a4d4036170",
"Create a Stateful Component"
],
[
"5a24c314108439a4d4036171",
"Render State in the User Interface"
],
[
"5a24c314108439a4d4036172",
"Render State in the User Interface Another Way"
],
[
"5a24c314108439a4d4036173",
"Set State with this.setState"
],
[
"5a24c314108439a4d4036174",
"Bind 'this' to a Class Method"
],
[
"5a24c314108439a4d4036176",
"Use State to Toggle an Element"
],
[
"5a24c314108439a4d4036177",
"Write a Simple Counter"
],
[
"5a24c314108439a4d4036178",
"Create a Controlled Input"
],
[
"5a24c314108439a4d4036179",
"Create a Controlled Form"
],
[
"5a24c314108439a4d403617a",
"Pass State as Props to Child Components"
],
[
"5a24c314108439a4d403617b",
"Pass a Callback as Props"
],
[
"5a24c314108439a4d403617c",
"Use the Lifecycle Method componentWillMount"
],
[
"5a24c314108439a4d403617d",
"Use the Lifecycle Method componentDidMount"
],
[
"5a24c314108439a4d403617e",
"Add Event Listeners"
],
[
"5a24c314108439a4d403617f",
"Manage Updates with Lifecycle Methods"
],
[
"5a24c314108439a4d4036180",
"Optimize Re-Renders with shouldComponentUpdate"
],
[
"5a24c314108439a4d4036181",
"Introducing Inline Styles"
],
[
"5a24c314108439a4d4036182",
"Add Inline Styles in React"
],
[
"5a24c314108439a4d4036183",
"Use Advanced JavaScript in React Render Method"
],
[
"5a24c314108439a4d4036184",
"Render with an If-Else Condition"
],
[
"5a24c314108439a4d4036185",
"Use && for a More Concise Conditional"
],
[
"5a24c314108439a4d4036187",
"Use a Ternary Expression for Conditional Rendering"
],
[
"5a24c314108439a4d4036188",
"Render Conditionally from Props"
],
[
"5a24c314108439a4d4036189",
"Change Inline CSS Conditionally Based on Component State"
],
[
"5a24c314108439a4d403618a",
"Use Array.map() to Dynamically Render Elements"
],
[
"5a24c314108439a4d403618b",
"Give Sibling Elements a Unique Key Attribute"
],
[
"5a24c314108439a4d403618c",
"Use Array.filter() to Dynamically Filter an Array"
],
[
"5a24c314108439a4d403618d",
"Render React on the Server with renderToString"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/react.json"
}

View File

@@ -1,89 +0,0 @@
{
"name": "Redux",
"dashedName": "redux",
"order": 6,
"time": "5 hours",
"template": "",
"required": [
{
"src": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.7.2/redux.min.js"
},
{
"src": "https://cdnjs.cloudflare.com/ajax/libs/redux-thunk/2.2.0/redux-thunk.min.js"
}
],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"5a24c314108439a4d403614b",
"Create a Redux Store"
],
[
"5a24c314108439a4d403614c",
"Get State from the Redux Store"
],
[
"5a24c314108439a4d403614d",
"Define a Redux Action"
],
[
"5a24c314108439a4d403614e",
"Define an Action Creator"
],
[
"5a24c314108439a4d403614f",
"Dispatch an Action Event"
],
[
"5a24c314108439a4d4036150",
"Handle an Action in the Store"
],
[
"5a24c314108439a4d4036151",
"Use a Switch Statement to Handle Multiple Actions"
],
[
"5a24c314108439a4d4036152",
"Use const for Action Types"
],
[
"5a24c314108439a4d4036153",
"Register a Store Listener"
],
[
"5a24c314108439a4d4036154",
"Combine Multiple Reducers"
],
[
"5a24c314108439a4d4036155",
"Send Action Data to the Store"
],
[
"5a24c314108439a4d4036156",
"Use Middleware to Handle Asynchronous Actions"
],
[
"5a24c314108439a4d4036157",
"Write a Counter with Redux"
],
[
"5a24c314108439a4d4036158",
"Never Mutate State"
],
[
"5a24c314108439a4d4036159",
"Use the Spread Operator on Arrays"
],
[
"5a24c314108439a4d403615a",
"Remove an Item from an Array"
],
[
"5a24c314108439a4d403615b",
"Copy an Object with Object.assign"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/redux.json"
}

View File

@@ -1,50 +0,0 @@
{
"name": "Sass",
"dashedName": "sass",
"order": 4,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "front-end-libraries",
"superOrder": 3,
"challengeOrder": [
[
"587d7dbd367417b2b2512bb4",
"Store Data with Sass Variables"
],
[
"587d7dbd367417b2b2512bb5",
"Nest CSS with Sass"
],
[
"587d7dbd367417b2b2512bb6",
"Create Reusable CSS with Mixins"
],
[
"587d7dbe367417b2b2512bb8",
"Use @if and @else to Add Logic To Your Styles"
],
[
"587d7dbe367417b2b2512bb9",
"Use @for to Create a Sass Loop"
],
[
"587d7dbf367417b2b2512bba",
"Use @each to Map Over Items in a List"
],
[
"587d7dbf367417b2b2512bbb",
"Apply a Style Until a Condition is Met with @while"
],
[
"587d7dbf367417b2b2512bbc",
"Split Your Styles into Smaller Chunks with Partials"
],
[
"587d7fa5367417b2b2512bbd",
"Extend One Set of CSS Styles to Another Element"
]
],
"helpRoom": "Help",
"fileName": "03-front-end-libraries/sass.json"
}