Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 3.32 KB

README.md

File metadata and controls

86 lines (58 loc) · 3.32 KB

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

Screenshot

Mobile Version Menu openned

./screenshot.png Desktop Version

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I learnt Responsive Layout using pure CSS with great learning experience while making this project and also I did work a lot with JavaScript.

Continued development

JavaScript, ReactJS, Python Flask, Figma, Unity

Useful resources

Author

Acknowledgments

This challenge let me practice Grid and Flex positioning. I have much to improve but, I'm getting better every time. At first, I thought the javascript portion would be super simple but, the product cart with quantities gave me some trouble. After studying React a bit more, I will try this challenge again.