From 1527d6e513502073801aeddf8765de9be70a58a6 Mon Sep 17 00:00:00 2001 From: ABDUR REHMAN KHALID Date: Fri, 7 Oct 2022 22:29:44 +0200 Subject: [PATCH] Added the Shopping Cart Idea to the Main Page. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..3ae83e75 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ required to complete them. | [Roman to Decimal Converter](./Projects/1-Beginner/Roman-to-Decimal-Converter.md) | Convert Roman to Decimal numbers | 1-Beginner | | [Slider Design](./Projects/1-Beginner/Slider-Design.md) | Display images using a slider control | 1-Beginner | | [Stopwatch App](./Projects/1-Beginner/Stopwatch-App.md) | Count time spent on activities | 1-Beginner | +| [Shopping Cart](./Projects/1-Beginner/Shopping-Cart.md) | A Basic Shopping Cart. | 1-Beginner | | [TrueOrFalse](./Projects/1-Beginner/True-or-False-App.md) | Identify the result of a conditional comparison | 1-Beginner | | [Vigenere Cipher](./Projects/1-Beginner/Vigenere-Cipher.md) | Encrypt text using the Vigenere Cypher | 1-Beginner | | [Wind Chill](./Projects/1-Beginner/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner |