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

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


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

Last synced: 4 months ago
JSON representation

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

![QR Code Component](./screenshot.png)

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