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.
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
- Solution URL: https://www.frontendmentor.io/solutions/static-responsive-mobilefirst-Cn3VEoJnW
- Live Site URL: https://2xg-dev.github.io/FEM-E-Commerce-Product-Page/
Started with the HTML , broke the design into individual elements , used BEM naming convention for the classes and created individual stylesheets for each component , imported them all from style.css , created the abstract stylesheets : variables , utilities and layout. Added functionality with JS for each component (cart and image carousel)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
The project still misses the desktop lightbox and image gallery functionality