Ecommerce-Redux Tailwind Templates

Ecommerce Redux

A sleek and responsive fashion eCommerce web app made using React and Redux, and styled with Tailwind CSS.

E-Commerce App

A sleek React + Vite fashion eCommerce web app showcasing a variety of clothing items from dummyData.jsx. Styled with Tailwind CSS for a polished look, made using Redux, and seamlessly deployed using Netlify.

Features

  • User authentication
  • Browse and select items
  • Add items to cart
  • Proceed to checkout and purchase items
  • Filter products by size, color, gender, etc

Getting Started

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/Sagnik-Coder24/Ecommerce-Redux.git
    cd Ecommerce-Redux
    
  2. Install dependencies:

    yarn install
    # or
    npm install
    

Running the App

  1. Start the development server:

    yarn dev
    # or
    npm run dev
    
  2. Open your browser and go to http://localhost:5173 to see the app in action.

Deployment

  1. Build the app for production:

    yarn build
    # or
    npm run build
    
  2. Deploy to Netlify:

    • Push your code to a GitHub repository.
    • Go to Netlify and log in.
    • Click on "New site from Git" and connect your GitHub account.
    • Select your repository and configure the build settings:
      • Build command: yarn build or npm run build
      • Publish directory: dist
    • Click "Deploy site".

Netlify will automatically build and deploy your site. You can find your live site URL in the Netlify dashboard.

Usage

  1. Sign in to your account.
  2. Browse the list of clothing items.
  3. Select items to view more details.
  4. Add items to your cart.
  5. Proceed to checkout and complete your purchase.
  6. Filter products by size, color, etc to find exactly what you need.

Built With

Contributions

We welcome contributions from the community! Feel free to open issues and pull requests to suggest improvements, add new features, or fix bugs. Here’s how you can contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

Suggestions & Feedback

If you have suggestions or feedback on how to improve this project, feel free to post them on our GitHub Issues page. We love hearing your ideas and collaborating with the community!

Top categories

Loading Svelte Themes