From b09f0f2dc3125b1a7f8d283a7894a1b8419149e2 Mon Sep 17 00:00:00 2001 From: Juli Cheng <94julicheng@gmail.com> Date: Wed, 2 Oct 2019 21:40:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86a0d43..7450566 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ It works on web users’ computers — even when they are offline and allows you * [Update CSS variables](https://github.com/Cybros/JavaScriptProjects/tree/master/change-css-with-js) with JS * Make a [flying color changing butterfly](https://github.com/Cybros/JavaScriptProjects/tree/master/Butterfly_) with JS using the Canavas Api. * Make a web based [Drum](https://github.com/Cybros/JavaScriptProjects/tree/master/drums) with sounds and keyboard input using JS +* Make a product carousel ### Intermediate Level Projects * Make a script which autofills common signup fields using random data From e25dbbb5d0aa61c09abc1bd76c42f226c8fe63c8 Mon Sep 17 00:00:00 2001 From: Bahaa Alaa Date: Wed, 30 Oct 2019 22:28:02 +0200 Subject: [PATCH 2/2] added project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7450566..5a61727 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ It works on web users’ computers — even when they are offline and allows you * Make a [flying color changing butterfly](https://github.com/Cybros/JavaScriptProjects/tree/master/Butterfly_) with JS using the Canavas Api. * Make a web based [Drum](https://github.com/Cybros/JavaScriptProjects/tree/master/drums) with sounds and keyboard input using JS * Make a product carousel +* Make XO game. ### Intermediate Level Projects * Make a script which autofills common signup fields using random data