From c3c9cb8b0e95edafb95d0d88ac91af1cd01dc5e0 Mon Sep 17 00:00:00 2001 From: Waferio <34159717+viditvarshney@users.noreply.github.com> Date: Sun, 2 Sep 2018 20:49:35 +0530 Subject: [PATCH 1/3] Virtual Debit Card added --- Virtual Debit Card/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Virtual Debit Card/README.md b/Virtual Debit Card/README.md index 6c68994..1b0b6b3 100644 --- a/Virtual Debit Card/README.md +++ b/Virtual Debit Card/README.md @@ -43,6 +43,6 @@ I use here :-- * HTML * CSS -* A little bit Javascript. +* A little bit Javascript.. From a66d33c722bd6af20c1557a58a04a670bcd359b3 Mon Sep 17 00:00:00 2001 From: Waferio <34159717+viditvarshney@users.noreply.github.com> Date: Sun, 2 Sep 2018 21:00:07 +0530 Subject: [PATCH 2/3] added VCD in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86a0d43..c9f03f8 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 **Virtual Debit Card** using the js ### Intermediate Level Projects * Make a script which autofills common signup fields using random data From e74182f3268f7ad9eeb5e16165e61d4404191a64 Mon Sep 17 00:00:00 2001 From: Waferio <34159717+viditvarshney@users.noreply.github.com> Date: Sun, 2 Sep 2018 22:26:53 +0530 Subject: [PATCH 3/3] added virtual debit card --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f03f8..595fe73 100644 --- a/README.md +++ b/README.md @@ -14,7 +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 **Virtual Debit Card** using the js +* Make a **[Virtual Debit Card](https://github.com/Cybros-LNMIIT/JavaScriptProjects/tree/master/Virtual%20Debit%20Card)** using the js ### Intermediate Level Projects * Make a script which autofills common signup fields using random data