Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oilyn0s3/01-qrcode-component
https://github.com/oilyn0s3/01-qrcode-component
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oilyn0s3/01-qrcode-component
- Owner: oilyn0s3
- Created: 2022-09-18T10:39:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T06:21:41.000Z (over 2 years ago)
- Last Synced: 2024-11-14T07:41:55.936Z (2 months ago)
- Language: HTML
- Size: 149 KB
- Stars: 0
- Watchers: 2
- 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)
- [Useful resources](#useful-resources)## Overview
### Screenshot
![](./images/screenshot.png)
### Links
- Solution URL: [Github](https://github.com/oilyn0s3/01-qrcode-component)
- Live Site URL: [Live site URL](https://oilyn0s3.github.io/01-qrcode-component/)## My Process
### Built with- HTML5
- CSS
- Flexbox### Useful resources
- [Interneting is Hard](https://www.internetingishard.com/html-and-css/flexbox/) - This helped me to understand how the flexbox works.