Ruchdane / fem-ecommerce-product-page-main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - E-commerce product page solution

This is a solution to the E-commerce product page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

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

Screenshots

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 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: Delete this note and the paragraphs above when you add your screenshot. If you prefer not to add a screenshot, feel free to remove this entire section.

Links

My process

Built with

What I learned

 .navlinks__element:hover {
    box-shadow: 0px 37px var(--white),0 40px var(--orange);
}

Continued development

  • Fix transition with a little bit of animatino
  • Fix onblur for the cart content

Useful resources

Author

Acknowledgments

About


Languages

Language:Svelte 80.5%Language:SCSS 8.2%Language:HTML 4.4%Language:TypeScript 4.0%Language:JavaScript 2.9%