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.
- 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
To run the MyMy Shop application, open any web browser and navigate to the following URL: https://blackquinoa.github.io/mymyshop
- On the login page, enter a predefined username and password to log in.
- Upon successful login, you will be redirected to the product listing page.
- After logging in, you will see the product listing page.
- Each product is displayed with a photo, title, description, and price.
- Click on a product photo or title to navigate to the product details page.
- The product details page will show the selected product's information in a larger format.
- Click the "Back to Products" button to return to the product listing page.
- On the product listing page, click the "Logout" button.
- The cookie will be cleared, and you will be redirected to the login page.
- HTML
- CSS
- JavaScript