Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatemzh/qr-code
QR code component: A beginner-friendly HTML and CSS project. Build a static QR code component and match it to the given design. Perfect for practicing basic front-end skills. Includes color and font style guidelines in the style-guide.md.
https://github.com/fatemzh/qr-code
Last synced: 6 days ago
JSON representation
QR code component: A beginner-friendly HTML and CSS project. Build a static QR code component and match it to the given design. Perfect for practicing basic front-end skills. Includes color and font style guidelines in the style-guide.md.
- Host: GitHub
- URL: https://github.com/fatemzh/qr-code
- Owner: fatemzh
- Created: 2024-07-12T14:35:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:58:45.000Z (4 months ago)
- Last Synced: 2024-07-15T10:46:32.126Z (4 months ago)
- Language: SCSS
- Size: 85 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)
- [Author](#author)## Overview
### Screenshot
![sds](https://github.com/user-attachments/assets/91a1ea9c-f656-4046-9569-90d8499c54a5)
### Links
- [Solution URL](https://github.com/your-username/your-repo-name)
- [Live Site URL](https://your-live-site-url.com)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox### What I learned
- **Sass**: Enhanced skills in creating reusable variables and nested styles for maintainable CSS.
- **Responsiveness**: Ensured full responsiveness using media queries for different screen sizes.
- **Time Management**: Successfully completed the project within a 1.5-hour deadline, improving efficiency.### Continued development
- **Explore more Sass features**: Dive deeper into mixins, functions, and extending styles.
- **Animations**: Experiment with CSS animations for better interactivity and visual appeal.
- **TailwindCSS vs. Sass**: Balance expertise by focusing more on Sass to understand the advantages and use cases for both.