An open API service indexing awesome lists of open source software.

https://github.com/salahghr4/qr-code-component

This is my solution to the qr code component challenge on Frontend Mentor.
https://github.com/salahghr4/qr-code-component

frontendmentor qr-code-component web-components

Last synced: 5 months ago
JSON representation

This is my solution to the qr code component challenge on Frontend Mentor.

Awesome Lists containing this project

README

          

# Frontend Mentor - QR code component solution

This is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)

## Overview

### Screenshot

![](images/project-preview.png)

### Links

- Solution URL: [Frontend Mentor](https://www.frontendmentor.io/solutions/qr-code-component-gf2cj6TsKe)
- Live Site URL: [GitHub Pages](https://salahghr4.github.io/qr-code-component/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Vanilla JavaScript
- [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components)

### What I learned

In this challenge, I get the chance to learn how to leverage Web Components, enabling the creation of reusable custom HTML elements for enhanced modularity. This experience has enriched my understanding of front-end development and its potential for efficient, maintainable code.

```html

```

### Useful resources

- [Using custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) - Tutorial about Using custom elements.