/ README.org
README.org
 1  * DigiTools Platform
 2  
 3  This is an ecommerce website for DigiTools Platform, a company that sells digital tools such as design assets and templates, productivity software, AI tools etc. It has basic features such as adding/removing in cart, tab switching between Products and Cart, showing cart count, toast notifications on product actions etc. The website is responsively designed and works on smaller devices besides larger ones.
 4  
 5  ** Used Technologies
 6  
 7  - React
 8  - TailWind CSS
 9  - JavaScript
10  - React Toastify
11  - JSON
12  
13  ** Features
14  
15  1. Switching between Products and Cart tab shows corresponding items
16  
17  2. Shows added products in Cart tab with total count in tab as well as navbar. Inside Cart tab, "Proceed to Checkout" button deletes all products from the cart.
18  
19  3. Clicking on "Buy Now" in Products tab, "Remove" on Cart item and "Proceed to Checkout" in Cart tab shows toast notifications.