E-Comm Client is the frontend application for a custom e-commerce platform, built using Vue 3, Vite, and Tailwind CSS. It is designed to work in tandem with a Go-based backend API service (E-Comm API) to manage product listings, shopping cart functionality, and checkout operations.
Highlights
- Vue 3 + TypeScript: Modular component architecture with a modern frontend stack.
- Tailwind CSS: Utility-first approach for responsive and efficient styling.
- Vite bundler: Fast development and optimized production builds.
- Backend integration: Communicates with a custom Go API for dynamic product and checkout management.
This project demonstrates practical application of a modern Vue-based frontend tightly coupled with a custom backend, reflecting real-world e-commerce architecture.