An online shopping store built with Vue.js 3 using the composition API.
It features a clean user interface with functionalities like product listings page, detailed product pages, a cart system, and a checkout process.
- Vue.js 3 (with Composition API)
- Tailwind CSS with DaisyUI
- TypeScript
- Pinia for state management
- DummyJSON - Dummy REST API for fetching products data
-
Clone the repository:
git clone https://github.com/abbassiddiqi/shopping-store-vue.git
-
Install dependencies:
cd shopping-store-vue npm install
-
Run the development server:
npm run dev
This project is licensed under the MIT License.