Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.21 KB

readme.md

File metadata and controls

47 lines (28 loc) · 1.21 KB

cover

QR Component - Frontend Mentor Challenge

Live demo here.

Table of Contents

General Information

  • Frontend mentor challenge, simple QR component for resolution 375px and 1440px(this resolution are given by the challenge brief)
  • Purpose of the project is to improve the html css/scss skills

Technologies Used

  • HTML 5 (with semantic tags)
  • SCSS/CSS
  • NPM Webpack starter kit from Frontend Training course - providing couple of packages like webpack dev-server, babel etc.

Screenshots

Example screenshot Example screenshot

Setup

git clone the project on your machine
locally install the npm webpack npm install --save-dev webpack

Scripts you can use:

npm run start - to run webpack dev-server development mode
npm run build - to run production mode
npm run publish - to publish project on githubpages

Project Status

Project is: complete