DigiTools is a responsive web marketplace interface for browsing premium digital products, adding items to a cart, and simulating checkout.
It focuses on clean visual design, smooth interactions, and a simple product discovery experience.
- Live Site: https://digiven.netlify.app/
- Repository: https://github.com/ahadunnobi/DigiTools
- Frontend Framework: React 19
- Build Tool: Vite 8
- Styling: Tailwind CSS 4 + DaisyUI
- Notifications: React-Toastify
- Language: JavaScript (ES Modules)
- Browse a curated list of premium digital products
- Switch between
ProductsandCartviews - Add items to cart with duplicate-item prevention
- Remove individual items from the cart
- Instant price total calculation and checkout simulation
- Real-time toast notifications for key user actions
- Fully responsive UI across desktop and mobile screens
reactreact-domreact-toastify
vite@vitejs/plugin-reacttailwindcss@tailwindcss/vitedaisyuipostcssautoprefixer
git clone https://github.com/ahadunnobi/DigiTools.git
cd DigiToolsnpm installnpm run devnpm run buildnpm run preview- Design file (
.fig):DigiTools.fig - Design file (
.penpot):DigiTools.penpot
