Skip to content

Practice project: Interactive shopping cart built with JS, HTML, CSS.

Notifications You must be signed in to change notification settings

TrujiDev/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart

This is a simple web application for managing a shopping cart for online courses. Users can browse a list of available courses and add them to their cart. The application is built using HTML and JavaScript.

Table of Contents

Features

  • Browse a list of online courses.
  • Add courses to the shopping cart.
  • View and manage the cart's content.
  • Remove courses from the cart.
  • Empty the cart.

How to Use

  1. Clone the Repository:

    You can clone this repository to your local machine using the following command:

    git clone https://github.com/TrujiDev/ShoppingCart
  2. Open the HTML File:

    Open the index.html file in your preferred web browser to access the online course shopping cart.

  3. Browsing Courses:

    • Scroll through the list of available online courses.
    • Click the "Add to cart" button on a course to add it to your cart.
  4. Managing the Cart:

    • View the cart by clicking the shopping cart icon in the header.
    • You can see the courses you've added to the cart, including their title, price, and quantity.
    • To remove a course from the cart, click the "X" button next to the course in the cart.
    • To empty the entire cart, click the "Empty Cart" button.
  5. Enjoy Learning:

    Explore and enjoy your selected courses!

About

Practice project: Interactive shopping cart built with JS, HTML, CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published