DuxStore is a simple e-commerce platform powered by Redux and FakeStoreAPI.
- React.js: A library for building reusable UI components.
- TypeScript: JavaScript with static typing for better code quality.
- Tailwind CSS: A utility-first framework for responsive designs.
- ShadCN/ui: Accessible UI components built with Tailwind CSS.
- Redux: A state management library for JavaScript apps.
- ⭐ Favorite Products: Save your favorite items for easy access anytime.
- 🛒 Shopping Cart: Add products to your cart and check out with ease.
- 📱 Responsive Design: Enjoy a seamless shopping experience on any device.
- Node.js
- npm or yarn or pnpm or bun for package management
Follow the steps below to set up the project locally.
-
Clone this repository:
https://github.com/rfkyalf/dux-store.git
-
Navigate to the project directory:
cd dux-store
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application in your browser at http://localhost:5173.