ecommerce-using-react-redux-tailwind Tailwind Templates

Ecommerce Using React Redux Tailwind

The website prioritizes user convenience with advanced search, filter, and sort features for personalized product discovery. Its intuitive layout includes Home, Product, Product Details, About, and Cart pages. To optimize performance and elevate user experience, React Suspense is seamlessly integrated.

React Redux E-commerce Store | Modern Shopping Cart Solution

A fully-featured e-commerce platform built with React 18, Redux Toolkit, and Tailwind CSS. This high-performance online store delivers a seamless shopping experience with real-time filtering, advanced search, responsive design, and persistent cart management.

Features

  • šŸ›ļø Product browsing with grid and list views
  • šŸ” Advanced filtering by category and price range
  • šŸ”Ž Product search functionality
  • šŸ›’ Shopping cart with quantity management
  • šŸ’³ Checkout process
  • šŸ“± Fully responsive design
  • šŸŽØ Modern UI with Tailwind CSS
  • šŸ”„ State persistence with Redux Persist

Tech Stack

  • React 18
  • Redux Toolkit
  • React Router
  • Tailwind CSS
  • Material UI Icons
  • Axios
  • Immer
  • Redux Persist
  • Vite

Getting Started

  1. Clone the repository:

    git clone <repository-url>
    
  2. Install the dependencies:

    npm install
    
  3. Create a .env file in the root directory and add the following environment variables:

    REACT_APP_API_URL=https://fakestoreapi.com
    
  4. Start the development server:

    npm run dev
    
  5. Open http://localhost:3000 to view the app in the browser.

Project Structure

src/
ā”œā”€ā”€ components/      # Reusable UI components
│   ā”œā”€ā”€ BreadCrumb/
│   ā”œā”€ā”€ cart/
│   ā”œā”€ā”€ Filter/
│   ā”œā”€ā”€ Hero/
│   ā”œā”€ā”€ Product/
│   ā”œā”€ā”€ Service/
│   └── sort/
ā”œā”€ā”€ pages/          # Route pages
ā”œā”€ā”€ state/          # Redux state management
│   ā”œā”€ā”€ actions/
│   ā”œā”€ā”€ reducers/
│   └── store.js
ā”œā”€ā”€ assets/         # Static assets
ā”œā”€ā”€ config.jsx      # App configuration
└── constant/       # Constants and data

Features in Detail

Product Management

  • Grid and list view options
  • Product filtering by category
  • Price range filtering
  • Product search
  • Product ratings display
  • Product details page

Shopping Cart

  • Add/remove products
  • Quantity management
  • Cart persistence
  • Checkout process
  • Order summary

UI/UX

  • Responsive design
  • Modern interface
  • Loading states
  • Error handling
  • Breadcrumb navigation
  • Featured products carousel

License

MIT License

Copyright (c) 2024 Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgments


Made with ā¤ļø by Arjun Regmi Chhetri

Top categories

Loading Svelte Themes