Zeach Clothing
Resume
You can click to see the project.
Features
Inventory and Orders: The admin panel allows for efficient inventory management and order tracking. Updates made through the panel are instantly reflected across the platform, ensuring accurate stock levels and order processing.
Promotion Management: Administrators can easily create, apply, and manage promotional codes. The panel's user-friendly interface, built with React and Next.js, simplifies the process, allowing for quick and effective management of promotions.
Stock Monitoring: Real-time stock monitoring ensures that administrators have up-to-date information on product availability. The system automatically updates stock levels based on sales, reducing the risk of overselling and maintaining accurate inventory records.
Unique Slug Generation: Each order is assigned a unique slug, generated using the first letter of the customer’s first name, last name, and a random orderId.
Order Retrieval and Filtering: Promise.all is used to efficiently retrieve and display orders, with dynamic filtering options for better management.
Discount System: Implementation of a promo code system that allows customers to apply discounts at checkout. The system includes validation, application of discounts, and updates to the total order price.
Flexible Code Application: Promo codes can be configured to apply to specific products, categories, or the entire cart, offering flexibility in promotional campaigns.
Secure Payments: PayPal integration allows for secure payment processing, with successful setup of sandbox mode for testing before moving to production.
Email Confirmation: Automatic email confirmation is sent to customers after payment validation.
Responsive Design: Leveraging Tailwind CSS to create a modern and responsive UI, optimized for various device sizes.
Intuitive Navigation: Deployed on Vercel to ensure fast loading times and smooth navigation, enhancing the overall user experience.