Vite Logo

Shopping Cart Website

Welcome to my shopping-cart website project. This project was an assignment given by lws-react-redux course. I used vite for project generation and used react-redux as core front-end technology. I also used minimal tailwindcss for styling.

Features

  • User-friendly Interface: Enjoy a clean and intuitive interface designed to enhance your shopping experience.
  • Responsive Design: Our website is fully responsive, ensuring a smooth experience across all devices.
  • Product Catalog: Browse through a wide range of products conveniently categorized for easy navigation.
  • Product Details: Get detailed information about each product including price, description, and availability.
  • Add to Cart: Easily add products to your shopping cart with just one click.
  • Cart Management: Manage your shopping cart efficiently with features like adding/removing items, updating quantities, and clearing the cart.
  • Checkout Process: Seamless checkout process with secure payment options.
  • Redux State Management: Utilizes Redux for efficient state management, ensuring a smooth and consistent user experience.

Technologies Used

  • ReactJS: A JavaScript library for building user interfaces, providing a fast and interactive experience.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development, enabling easy customization and scalability.
  • Redux: A predictable state container for JavaScript apps, providing a centralized store for managing application state.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Saimun-jd/shopping-cart.git
cd shopping-cart
npm install
npm run dev