Skip to content

blackquinoa/mymyshop

Repository files navigation

MyMy Shop

MyMy Shop is a simple shopping application built using HTML, CSS, and JavaScript. It provides a basic e-commerce experience with login functionality and product listing.

Table of Contents

Features

  • User login functionality using cookies and JavaScript
  • Predefined usernames and passwords
  • Product listing page visible only after successful login
  • Each product listing includes a photo, title, description, and price
  • Clicking on a product photo or title opens a detailed product page
  • "Back to Products" button on the product details page to return to the listing
  • Logout button to clear the cookie(created when user logs in using correct username and password combination) and log the user out

Usage

To run the MyMy Shop application, open any web browser and navigate to the following URL: https://blackquinoa.github.io/mymyshop

Login

  1. On the login page, enter a predefined username and password to log in.
  2. Upon successful login, you will be redirected to the product listing page.

Product Listing

  1. After logging in, you will see the product listing page.
  2. Each product is displayed with a photo, title, description, and price.
  3. Click on a product photo or title to navigate to the product details page.

Product Details

  1. The product details page will show the selected product's information in a larger format.
  2. Click the "Back to Products" button to return to the product listing page.

Logout

  1. On the product listing page, click the "Logout" button.
  2. The cookie will be cleared, and you will be redirected to the login page.

Technologies Used

  • HTML
  • CSS
  • JavaScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors