A modern shopping cart website built using React, Tailwind CSS, and React Router DOM. This project showcases a clean and responsive e-commerce interface where users can browse products, add items to their cart, and manage their shopping experience seamlessly.
- Product Listings: Display products with dynamic data fetching.
- Shopping Cart: Add, remove, and update item quantities in the cart.
- User-Friendly Interface: Responsive design using Tailwind CSS for a smooth user experience across devices.
- Routing: Navigate between different pages (home, product details, cart) using React Router DOM.
- State Management: Efficiently manage cart state with React hooks.
- React: For building the user interface.
- Tailwind CSS: For styling and creating a responsive design.
- React Router DOM: For handling routing and navigation.
- Clone the repository:
git clone https://github.com/sandeepmukku12/shopping_cart.git
- Navigate to the project directory:
cd shopping_cart - Install dependencies:
npm install
- Start the development server:
npm run dev
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh