Prompt
Full instructions — copy and paste into your model
Here’s a strong copy-paste prompt you can use with ChatGPT, Claude, Gemini, or an AI website builder:
Act as a senior full-stack web developer and UI/UX designer.
I want you to build a modern, professional, fully responsive e-commerce website from scratch.
Goal
Create a clean and attractive online shopping website suitable for a real business. The website should work smoothly on mobile, tablet, and desktop.
Technology
Use:
- HTML5
- CSS3
- JavaScript
- Use a single HTML file with CSS and JavaScript included inside it.
- Do not use a backend unless absolutely necessary.
- Use clean, well-organized, beginner-friendly code.
Website Features
-
Header/Navbar
- Professional logo/store name
- Home
- Shop
- Categories
- About
- Contact
- Search icon/bar
- Shopping cart icon with item count
- Login/Register button
-
Hero Section
- Large promotional banner
- Attractive headline
- Short description
- "Shop Now" button
- Modern e-commerce design
-
Categories Create attractive category cards such as:
- Electronics
- Fashion
- Shoes
- Accessories
- Beauty
- Home & Living
-
Product Section Display multiple product cards containing:
- Product image
- Product name
- Rating
- Original price
- Discounted price
- Discount percentage
- "Add to Cart" button
- "Buy Now" button
- Wishlist/heart button
-
Product Search & Filter Add working JavaScript functionality for:
- Product search
- Category filtering
- Price sorting
- Rating sorting
-
Shopping Cart Create a functional cart where users can:
- Add products
- Remove products
- Increase/decrease quantity
- See subtotal
- See total price
- Clear cart
-
Checkout Create a professional checkout page/section with:
- Customer name
- Phone
- Address
- City
- State
- PIN code
- Payment method
- Order summary
- Place Order button
-
Special Sections Add:
- Flash Sale
- Best Sellers
- New Arrivals
- Customer Reviews
- Newsletter subscription
-
Footer Include:
- About the store
- Quick links
- Customer support
- Privacy Policy
- Terms & Conditions
- Social media icons
- Copyright
Design Requirements
- Premium and modern UI
- Clean typography
- Attractive product cards
- Smooth hover animations
- Responsive layout
- Mobile-friendly hamburger menu
- Good spacing and alignment
- Professional color scheme
- Smooth scrolling
- Accessible buttons and forms
- Add subtle animations without making the website slow
JavaScript Requirements
Make the following features actually work:
- Search
- Category filtering
- Sorting
- Add to cart
- Remove from cart
- Quantity controls
- Cart total calculation
- Wishlist button
- Mobile navigation
- Checkout form validation
- Order confirmation message
Use sample products and realistic product images from publicly accessible image URLs.
Important
Do not give me only an explanation. Build the complete working website code.
Return the complete code in one HTML file that I can save as index.html and open directly in a browser.
Make the final result look like a professional real-world e-commerce website rather than a basic demo.
I can also create a complete working e-commerce website from this prompt and give you the HTML/CSS/JavaScript code.
