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.
- Host: GitHub
- URL: https://github.com/salahghr4/qr-code-component
- Owner: salahghr4
- Created: 2024-03-31T13:16:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:09:16.000Z (about 2 years ago)
- Last Synced: 2025-02-01T17:46:03.707Z (over 1 year ago)
- Topics: frontendmentor, qr-code-component, web-components
- Language: JavaScript
- Homepage: https://salahghr4.github.io/qr-code-component/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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.