A shopping cart web application featuring Tailwind CSS for styling and JavaScript for cart operations. This project implements asynchronous cart interactions without page reloads.
Here're some of the project's best features:
- Add Items to Cart: Easily add items to the cart.
- Adjust Item Quantities: Modify the quantity of items within the cart.
- Real-Time Price Calculation: Price updates dynamically based on quantity and items selected.
- Remove Items from Cart: Remove items with a single click.
- Asynchronous Operations: All actions (adding updating quantity removing items) are handled without page reloads for a smooth user experience.
🛠️ Installation Steps:
5ADA1. Clone the repository:
git clone https://github.com/YEL-59/crisper.git cd crisper
2. Install dependencies:
npm install
3. Start the development server:
npm run dev