About

This project was an experimental exploration of full-featured e-commerce design. The focus was on creating a realistic online shopping experience, including product browsing, content management, stock tracking, and payment integrations. While the site itself isn’t live, the project demonstrates how complex functionality can be presented clearly and attractively in a mockup.

Technologies

Wagtail CMS & Django Wagtail served as the content management system, built on top of Django. Together, they provided a robust backend for managing products, categories, and content while supporting custom e-commerce functionality.

Django Templates Used to render the frontend dynamically, integrating layout, styling, and backend data seamlessly. Templates allowed for rapid iteration without needing static HTML files.

Tailwind CSS Enabled fast and consistent styling across the interface. Its utility-first approach allowed for rapid prototyping and ensured a clean, modern visual design.

Stripe Used to handle payment processing within the mockup store, providing realistic checkout functionality.

Django Allauth Used to manage user authentication and account management, including login, registration, and secure user sessions.

Figma Used to plan layouts, visualize product pages, and design interaction flows before implementing them in code.