From d610094f01adcefc442e4a4204c90bd93ce9a9f5 Mon Sep 17 00:00:00 2001 From: robvk Date: Sat, 19 Dec 2020 14:17:19 +0100 Subject: [PATCH 1/3] Update MAKEME.md --- Week1/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index f4eaae7d2..6f040f6bc 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -127,7 +127,7 @@ After you've finished your todo list it's time to show us what you got! The home 1. JavaScript exercises 2. PROJECT: HackYourRepo I -Upload both to your forked JavaScript3 repository in GitHub. Make a pull request to your teacher's forked repository. +Upload both to your forked JavaScript3 repository in GitHub. Make a pull request to the HackYourHomework forked repository. > Forgotten how to upload your homework? Go through the [guide](../hand-in-homework-guide.md) to learn how to do this again. From 56cc3887c9338e28b1a14189fd6f4a7388de1c61 Mon Sep 17 00:00:00 2001 From: robvk Date: Sun, 27 Dec 2020 18:59:57 +0100 Subject: [PATCH 2/3] Update MAKEME.md --- Week3/MAKEME.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Week3/MAKEME.md b/Week3/MAKEME.md index 53a8adaba..7e1046f70 100644 --- a/Week3/MAKEME.md +++ b/Week3/MAKEME.md @@ -154,6 +154,8 @@ Good luck! After you've finished your todo list it's time to show us what you got! The homework that needs to be submitted is the following: +1. PROJECT: HackYourRepo III + Upload your homework to your forked JavaScript3 repository in GitHub. Make a pull request to the teacher's forked repository. > Forgotten how to upload your homework? Go through the [guide](../hand-in-homework-guide.md) to learn how to do this again. From b4abc6240353b503ff08bf9b4b000634a36a2622 Mon Sep 17 00:00:00 2001 From: robvk Date: Tue, 26 Jan 2021 13:10:23 +0100 Subject: [PATCH 3/3] Update README.md Deprecation notice --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9f39b4538..55310b364 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -> Please help us improve and share your feedback! If you find better tutorials -> or links, please share them by [opening a pull request](https://github.com/HackYourFuture/JavaScript3/pulls). +# DEPRECATED - JavaScript 3 +This module has been replace with the Using API's module, find it [here](https://github.com/HackYourFuture/UsingAPIs) -# Module #4 - JavaScript 3: Object-Oriented Programming and working with APIs (Frontend) - -![JavaScript3](./assets/javascript3.png) - -Welcome to JavaScript3! Congratulations on making it this far. You're well on your way to the top! +```Welcome to JavaScript3! Congratulations on making it this far. You're well on your way to the top! A big part of being a programmer means moving data from one place to another. It also means working with other people's software. In this module you'll be learning about one of the core things of what makes a web developer: working with APIs! @@ -31,30 +27,30 @@ We also have tools that can automatically check whether your code is correctly f The required packages you need to install before you write code according to the style guide are the following: -```json +`json "eslint" "eslint-config-airbnb-base" "eslint-config-prettier" "eslint-plugin-import" "eslint-plugin-prettier" "prettier" -``` +` They are already in this repository's `package.json` so all you have to do now to prepare is to execute the following command at the root of this module directory: -```md +`md npm install -``` +` ### Forking the right repository Before you start with the homework, make sure you've made a fork of the right repository: [HackYourHomework/JavaScript3](https://www.github.com/hackyourhomework/javascript3)). Once you've cloned it to your computer you can proceed by making GIT branches for each week. Start at the `master` branch and execute the following (note that they're 3 different commands): -```bash +`bash foo@bar:~$ git branch week1-YOURNAME foo@bar:~$ git branch week2-YOURNAME foo@bar:~$ git branch week3-YOURNAME -``` +` Then execute `git checkout week1-YOURNAME` and you can get started! @@ -132,4 +128,4 @@ If you feel ready for the next challenge, click [here](https://www.github.com/Ha _The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_ -Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.```