Loading repository data…
Loading repository data…
mukeshlilawat1 / repository
WhatsApp E-Commerce Platform is a modern, mobile-first shopping web application built using Next.js (App Router), TypeScript, and Tailwind CSS. It allows users to browse products with advanced filters, image sliders, and place orders instantly via WhatsApp, making it perfect for small businesses and local sellers.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, fast, and mobile-first WhatsApp-based E-Commerce web application built using Next.js App Router, TypeScript, and Tailwind CSS.
Customers can browse products, apply filters, and place orders directly via WhatsApp.
| Technology | Usage |
|---|---|
| Next.js 14 | App Router & routing |
| TypeScript | Strong typing |
| Tailwind CSS | Styling |
| React Hooks | State & effects |
| WhatsApp API | Order handling |
| Local Data | Product management |
app/
├─ page.tsx
├─ men/
├─ women/
├─ shoes/
├─ watches/
├─ kids/
├─ home-kitchen/
├─ product/[id]/
├─ cart/
├─ checkout/
components/
├─ Navbar.tsx
├─ Footer.tsx
├─ ProductCard.tsx
├─ CartItem.tsx
context/
├─ CartContext.tsx
data/
├─ products.ts
types/
├─ product.ts
public/
├─ men/
├─ women/
├─ shoes/
├─ watches/
├─ kids/
├─ home-kitchen/
All product images are served from the /public folder.
Example:
/public/shoes/s1.0.jpg
/public/watches/watch1.jpg
git clone https://github.com/your-username/whatsapp-ecommerce.git
cd whatsapp-ecommerce
npm install
npm run dev
Open 👉 http://localhost:3000
Mukesh Lilawat
Full-Stack Developer
Next.js | Java | Spring Boot | React
⭐ Star this repo if you find it useful!