https://github.com/javiermruelas/ecommerce-product-page
https://github.com/javiermruelas/ecommerce-product-page
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javiermruelas/ecommerce-product-page
- Owner: javiermruelas
- Created: 2022-11-24T18:21:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T21:54:31.000Z (almost 3 years ago)
- Last Synced: 2023-05-27T02:22:11.930Z (over 2 years ago)
- Language: Vue
- Size: 803 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - E-commerce product page solution
This is a solution to the [E-commerce product page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ecommerce-product-page-UPsZ9MJp6).
Frontend Mentor challenges help you improve your coding skills by building realistic projects.## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### The challenge

Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Open a lightbox gallery by clicking on the large product image
- Switch the large product image by clicking on the small thumbnail images
- Add items to the cart
- View the cart and remove items from it### Screenshot

Add a screenshot of your solution. The easiest way to do this is to use Firefox to view your project, right-click the page and select "Take a Screenshot". You can choose either a full-height screenshot or a cropped one based on how long the page is. If it's very long, it might be best to crop it.
Alternatively, you can use a tool like [FireShot](https://getfireshot.com/) to take the screenshot. FireShot has a free option, so you don't need to purchase it.
Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above.
**Note: I left this section in its default state. I will update this with a screenshot when I've finished the challenge.**
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Flexbox
- CSS Grid
- Mobile-first workflow
- [Vue.js](https://vuejs.org/)### Useful resources
- [Josh Comeau](https://www.joshwcomeau.com/css/custom-css-reset/) - This is a short and sweet CSS reset that helps to kickstart development. Thanks Josh!
## Author
- Frontend Mentor - [@javiermruelas](https://www.frontendmentor.io/profile/javiermruelas)