https://github.com/munaimpro/programming-hero-assignment-6
Programming Hero Assignment 6 - module 36
https://github.com/munaimpro/programming-hero-assignment-6
Last synced: 3 months ago
JSON representation
Programming Hero Assignment 6 - module 36
- Host: GitHub
- URL: https://github.com/munaimpro/programming-hero-assignment-6
- Owner: munaimpro
- Created: 2026-03-29T15:21:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T17:03:01.000Z (3 months ago)
- Last Synced: 2026-03-29T19:26:39.125Z (3 months ago)
- Language: CSS
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ DigiTools Platform
A modern **Digital Tools Buying Website** built with React.
Users can explore various AI-powered digital products, view their features, add them to a cart, and manage their purchases in a simple and interactive interface.
The project focuses on **component-based design, responsive UI, and interactive cart functionality** .
---
# ๐ Live Website
๐ Live Site: [digitools-platform-munaimpro.netlify.app](https://digitools-platform-munaimpro.netlify.app/ "DigiTools")
---
# ๐ Technologies Used
* Tailwind CSS
* DaisyUI
* React.js
* JavaScript (ES6+)
* React Toastify
* JSON (for product data)
---
# โจ Features
### ๐ Interactive Cart System
Users can add products to the cart, remove items individually, and view the total selected items directly from the navbar.
### ๐ Smart Notifications
React Toastify is used to display alerts when products are added, removed, or when the checkout process is completed.
### ๐ฑ Fully Responsive Design
The website is designed to work smoothly across **desktop, tablet, and mobile devices** .
---
# ๐ฆ Product System
The website displays multiple digital tools with:
* Product Name
* Description
* Price
* Tag (Popular / New / Best Seller)
* Features list
* Product icon
Users can easily explore and purchase digital tools.
---
# ๐งพ Cart Functionality
* Add products to cart
* Remove products from cart
* Cart count updates in navbar
* Update and show total product price
* Toast notifications for all cart actions
---
# ๐ฏ Future Improvements
* Product quantity control
* User authentication system
* Payment gateway integration
* Product search and filtering