An open API service indexing awesome lists of open source software.

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

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