suganyarajes / redux

React Redux is a state management library for React applications, facilitating predictable data flow and state management across components through a centralized store and immutable data handling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce Cart Application

This project is a simple e-commerce cart application built using React and Redux.

Features

  • View a list of products
  • Add products to the cart
  • Remove products from the cart
  • Adjust the quantity of products in the cart
  • Calculate subtotal, shipping charges, and total amount
  • Display product details and sustainability information

Technologies Used

  • React
  • Redux
  • Reactstrap (Bootstrap for React)

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
git clone [https://github.com/your-username/e-commerce-cart.git](https://github.com/suganyarajes/redux.git)



![Screenshot (263)](https://github.com/suganyarajes/redux/assets/154896121/44c7578e-e221-4760-ac1b-242b8899b9c0)


Steps to start application:

1. npm install
2. npm run dev

About

React Redux is a state management library for React applications, facilitating predictable data flow and state management across components through a centralized store and immutable data handling.


Languages

Language:JavaScript 85.5%Language:CSS 10.0%Language:HTML 4.5%