From 49020b013ac24679826d4862bfc962292caf3932 Mon Sep 17 00:00:00 2001 From: ivy Date: Thu, 2 May 2024 10:35:31 -0500 Subject: [PATCH] feat: adds oas to movie challenge --- projects/03-movie-challenge/project.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/03-movie-challenge/project.yml b/projects/03-movie-challenge/project.yml index ba5eb8bfb..cc2240d74 100644 --- a/projects/03-movie-challenge/project.yml +++ b/projects/03-movie-challenge/project.yml @@ -4,6 +4,8 @@ learningObjectives: - css/selectors - css/box-model - css/flexbox + - browser/fetch + - browser/routing - browser/dom/selectors - browser/dom/events - browser/dom/manipulation @@ -14,11 +16,17 @@ learningObjectives: - js/conditionals - js/loops - js/functions + - js/async - js/testing/unit + - js/testing/mocks + - js/testing/async - js/modules/es-modules - js/linting - js/semantics - js/expression-vs-statement + - http/request-response + - http/headers + - http/status-codes - scm/git/setup - scm/git/intro - scm/git/integration