Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitdeka/qr-code-component-frontend-mentor
https://github.com/amitdeka/qr-code-component-frontend-mentor
frontendmentor-challenge
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitdeka/qr-code-component-frontend-mentor
- Owner: AmitDeka
- Created: 2022-02-13T17:58:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T18:11:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-24T20:09:58.038Z (14 days ago)
- Topics: frontendmentor-challenge
- Language: SCSS
- Homepage: https://amitdeka.github.io/Frontend-Mentor-QR-code-component/
- Size: 126 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).
## 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
![](https://i.ibb.co/4ZY1nBL/Frontend-Mentor-QR-code-component.png)
### Links
- Solution URL: [Github](https://github.com/AmitDeka/Frontend-Mentor---QR-code-component)
- Live Site URL: [Github Pages](https://amitdeka.github.io/Frontend-Mentor-QR-code-component/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- SaSS
- Flexbox
- Mobile-first workflow### What I learned
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
To see how you can add code snippets, see below:
```html
Some HTML code I'm proud of
``````css
.proud-of-this-css {
color: papayawhip;
}
``````js
const proudOfThisFunc = () => {
console.log("🎉");
};
```## Author
- Website - [Amit Deka](https://amitdeka.github.io/)
- Frontend Mentor - [@AmitDeka](https://www.frontendmentor.io/profile/AmitDeka)
- Twitter - [@AmitDeka10](https://www.twitter.com/AmitDeka10)