-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(content): Social Network con Frameworks: Actualizar proyecto con …
…Objetivos de Aprendizaje estandarizados y revisión general del enunciado (#1207) * adding OAs yml and part of readme * fix(content): fix mdlink list errors * correct indice section * making linter happy * undo the automated generated index * fix(content): revision readme, update links, remove dead ones * chore(fix): add js OAs loops y vars to make it similar to SN OAs * add note about create-react-app * correct link to hacker edition
- Loading branch information
Showing
2 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
learningObjectives: | ||
- html/semantics | ||
- css/selectors | ||
- css/box-model | ||
- css/flexbox | ||
- css/grid | ||
- css/media-queries | ||
- js/data-types/arrays | ||
- js/data-types/objects | ||
- js/data-types/primitive-vs-non-primitive | ||
- js/variables | ||
- js/conditionals | ||
- js/loops | ||
- js/functions | ||
- js/testing/unit | ||
- js/testing/async | ||
- js/testing/mocks | ||
- js/modules/es-modules | ||
- js/linting | ||
- js/semantics | ||
- js/expression-vs-statement | ||
- js/async/callbacks | ||
- js/async/promises | ||
- scm/git/setup | ||
- scm/git/intro | ||
- scm/git/integration | ||
- scm/github/setup | ||
- scm/github/gh-pages | ||
- scm/github/collaboration | ||
- scm/github/project-management | ||
- user-centricity/centricity | ||
- product-design/interactivity | ||
- product-design/visual-design | ||
- research/test | ||
- firebase/auth | ||
- firebase/firestore | ||
- angular | ||
- react | ||
- vue |