mireabot / Collectibles-Store

Web store for sports memorabilia, developed for a college course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Store for Sports Collectibles

This project is part of a Web Development course that aims to teach the basics of HTML, CSS, and JavaScript.

Project structure

  • Home Page: Features four banners linking to separate item collection pages.
  • Item Collections: Each sports category has a dedicated collection page with functionality to add items to the cart.
  • About and Contact Pages: Provide information about the store and contact details.
  • Cart Page: Allows users to manage items in their cart and calculates the total price with local tax included.

Stack

  • HTML
  • JavaScript
  • Bootstrap 5.3
  • LocalStorage

Things learned

  • Leveraged Bootstrap, a third-party framework, for efficient design
  • Implemented localStorage to manage user data persistently using JSON format
  • Developed JavaScript functions to enhance website functionality
WebStore Homepage WebStore Cart

About

Web store for sports memorabilia, developed for a college course


Languages

Language:HTML 100.0%