A service for creating QR codes.
git clone https://github.com/qr-book/frontend.git
cd frontend
npm installyarn start
├───public
└───src
├───assets
│ └───img
│ ├───footer
│ ├───frames
│ ├───header
│ └───rules
├───components
│ ├───CommentBlock
│ ├───mobile
│ └───QRBlock
├───pages
├───redux
│ ├───actions
│ └───reducers
├───routes
│ └───custom
├───scss
│ ├───components
│ ├───fonts
│ └───libs
└───service
├───api
└───validator