Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n9iels committed Aug 27, 2023
1 parent d48b722 commit ebb3da3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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.

## The challenge

The personal challange for this project was to learn more about the principles of [https://getbem.com/introduction/](https://getbem.com/introduction/). In order to focus on this, I did not use any major frameworks for my solution. The original goals set by Front-end mentor are also simplified a bit by altering the gallery implementation. Additionally, the page is build with basic web accessibility in mind.

- 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

## Links

- Solution URL: [Add solution URL here](https://your-solution-url.com)

## Screenshot

![](./screenshot.jpg)

## Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid

## Used tools

- Vite Bundler
- Stylelint

0 comments on commit ebb3da3

Please sign in to comment.