https://github.com/ayscript/qr-code-component
https://github.com/ayscript/qr-code-component
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayscript/qr-code-component
- Owner: ayscript
- Created: 2024-11-14T21:05:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:13:34.000Z (over 1 year ago)
- Last Synced: 2025-03-06T15:42:04.696Z (over 1 year ago)
- Language: HTML
- Homepage: https://qr-code-component-kohl-iota.vercel.app
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-template.md
Awesome Lists containing this project
README
# Frontend Mentor - QR Code Component Solution
This is my solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). This challenge provided a great opportunity to practice responsive design and component-based development, aligning with my focus on frontend skills.
## Table of Contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My Process](#my-process)
- [Built With](#built-with)
- [What I Learned](#what-i-learned)
- [Continued Development](#continued-development)
- [Useful Resources](#useful-resources)
## Overview
### Screenshot

### Links
- [Solution URL](https://github.com/OlaleyeAg20/qr-code-component)
- [Live Site URL](https://your-live-site-url.com)
### Built With
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
### What I Learned
This project helped reinforce my understanding of responsive design and managing components with React. One particular aspect was practicing a mobile-first workflow, which made adapting the layout for different screen sizes more efficient.