From 27ee0772d0fb456e9e82cf7df265f950bb217411 Mon Sep 17 00:00:00 2001
From: Imran Nur Hirey <95400512+imranhirey@users.noreply.github.com>
Date: Thu, 25 Aug 2022 14:41:46 +0000
Subject: [PATCH 1/3] Update README.md
---
A05 - Moving Link/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/A05 - Moving Link/README.md b/A05 - Moving Link/README.md
index 9e608da..2bbfc9d 100644
--- a/A05 - Moving Link/README.md
+++ b/A05 - Moving Link/README.md
@@ -6,7 +6,7 @@ We'll use HTML canvas to draw a Link. We'll move
[](https://learn.chrisoncode.io/courses/10-react-apps-series-a/348624-05-moving-boxes-and-zelda/992093-00-moving-boxes-and-link-preview)
-### React skills used in this app
+### React skills used in this application
- HTML canvas
- React state w/ useState()
From 336137046b08f0ba8fa7b7d864f2f5adf8a312c9 Mon Sep 17 00:00:00 2001
From: Imran Nur Hirey <95400512+imranhirey@users.noreply.github.com>
Date: Thu, 25 Aug 2022 14:43:41 +0000
Subject: [PATCH 2/3] Update README.md
---
A05 - Moving Link/finished/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/A05 - Moving Link/finished/README.md b/A05 - Moving Link/finished/README.md
index 9c40dcd..f7e7f7b 100644
--- a/A05 - Moving Link/finished/README.md
+++ b/A05 - Moving Link/finished/README.md
@@ -12,7 +12,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
-### `yarn test`
+### `yarn test` // only you will need this when you want to switch your app to production mode
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
From 97d1bf4bfcb1f0f6daf9405d6a0f2b474eeb1ec3 Mon Sep 17 00:00:00 2001
From: Imran Nur Hirey <95400512+imranhirey@users.noreply.github.com>
Date: Fri, 26 Aug 2022 17:38:58 +0000
Subject: [PATCH 3/3] Update README.md
---
A01 - Pomodoro/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/A01 - Pomodoro/README.md b/A01 - Pomodoro/README.md
index 0b79367..63eddb5 100644
--- a/A01 - Pomodoro/README.md
+++ b/A01 - Pomodoro/README.md
@@ -13,3 +13,4 @@ We'll build a Pomodoro timer that can teach us about rendering in React.
- React effects w/ useEffect()
- React refs w/ useRef()
- Parent and child components
+- state management tools