Skip to content

jibreel1/e-commerce-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Desktop View

Links

My process

Built with

  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Material UI
  • React - JS library

What I learned

In this project, I learnt the basic concept of React and some css tricks

.no-click-event {
   pointer-events: none;
}

Continued development

I want to focus more on React because I find it very easy to use

Useful resources

  • w3schools - This website really helped me as a beginner. I have really improved, thanks to them.

  • MDN - This website really helped improve my React.

Author