Anon is a modern, responsive eCommerce front-end template built using HTML, CSS, and JavaScript. Designed for fashion, electronics, and accessories stores, this project provides an engaging shopping interface with features like category navigation, product showcase, and discount banners.
- Responsive layout for desktop and mobile
- Category-based navigation (Men, Women, Electronics, etc.)
- Newsletter subscription modal
- Toast notifications for purchases
- Product showcase with images, ratings, prices
- Countdown timer for deals
- Currency and language switcher
- Mobile-friendly bottom navigation
- Integrated icons via Ionicons
- HTML5 – Semantic page structure
- CSS3 – Styling and responsive layout
- JavaScript – UI interactions (modals, toasts, countdown)
- Fonts – Google Fonts (Poppins)
- Icons – Ionicons
- A modern web browser (Chrome, Firefox, Edge, etc.)
- No backend or server setup required
# Clone the repository
git clone https://github.com/your-username/anon-ecommerce.git
# Open the project folder
cd anon-ecommerce
# Open in browser
open index.html # or just double-click the file
anon-ecommerce/
├── assets/
│ ├── css/
│ │ └── style-prefix.css
│ ├── images/
│ └── js/ (if applicable)
├── index.html
└── README.md
📌 To Do Integrate backend (Node.js, Firebase, etc.) Add authentication system Connect with payment gateways (Stripe, Razorpay) Enable product search and filters
