top of page

The Store Project

We created a web store with a functioning cart for a computer science project!

The Store Project

For my second-semester group project in my intro to computer science course, we developed a web store. The website's main features were designed to offer a simple, functional shopping experience that included product sorting, search functionality, promotional code entry, and a checkout cart.


Here's some features I included:

  • Product Sorting: I implemented a sorting feature that allows users to organize products based on different criteria, including sorting by name (A-Z or Z-A) and price (Low to High or High to Low). This feature was controlled via a dropdown menu, making it easy for users to adjust the product display according to their preferences.

  • Search Functionality: A search bar was added to help users quickly find products by name. When a user types in a search term, the website allows them to filter through products efficiently.

  • Coupon Code: I included a section where users can input promotional codes. This was a basic feature to simulate discounts and promotions.


    • Cart Management: A button was added to view the shopping cart, which displays selected items and allows users to review their choices before proceeding. While the website was static and didn’t include complex back-end processes, I created a placeholder to show the cart functionality.

    We also added important links, including a contact link (that opens your inbox), as well as links to the Terms of Service, Privacy Policy, and Refund Request pages.



bottom of page