Skip to content

A simple shopping cart where you can add and remove items and Checkout.

Notifications You must be signed in to change notification settings

gyanprakash03/Cartify

Repository files navigation

Shopping Cart (Cartify)

The Shopping Cart, also known as Cartify[https://cartify-eta.vercel.app/], is a simple web application built to understand the concept of using redux toolkit with React.js. It demonstrates the basic functionality of a shopping cart, allowing users to add and remove products, calculate quantity and total price of cart and checkout. The application utilizes React and Tailwind CSS to create a responsive and user-friendly interface.

Features

  • Product Listing: Users can view a list of available products, including their name, price, and an option to add them to the cart.

  • Cart Management: Users can add and remove items from the cart.

  • Total Calculation: The application calculates and displays the quatity of items in the cart and their total price.

Installation

To run the Shopping Cart locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/gyanprakash03/Cartify.git
  1. Navigate to the project directory:

  2. Install the dependencies:

npm install
  1. Start the development server:
npm start

Additional Resources

If you're new to React or need a refresher, the following resources may be helpful:


Thank you for your interest in the Shopping Cart project! If you have any questions or need further assistance, please don't hesitate to reach out. Happy shopping!

About

A simple shopping cart where you can add and remove items and Checkout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published