meghanataduru / Shoe-Store

Home Page:https://meghanataduru.github.io/Shoe-Store/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoe-Store

Problem Statement

Shoe Store allows a website’s visitor to view product pages and add items to their basket. The visitor can review all of their items and update their basket (such as to add or remove items). To achieve this, the website needs to store the visitor’s data and pass them from one page to another, until the visitor goes to the checkout page and makes a purchase. Storing data can be done via a server-side language or a client-side one. With a server-side language, the server bears the weight of the data storage, whereas with a client-side language, the visitor’s computer (desktop, tablet or smartphone) stores and processes the data.

Screenshots

Home Login-page Menu Page Addtocart

Tools Used

  • HTML5
  • CSS3
  • BootStrap 4
  • JavaScript
  • JQuery

References

About

https://meghanataduru.github.io/Shoe-Store/


Languages

Language:CSS 42.7%Language:HTML 36.7%Language:JavaScript 20.6%