qr code generator react application. main component of the application that allows the user to choose different qr codes generators and create qr codes with different parameters.
- the user sees the name of the application "qr generators" and a falling list for choosing the type of qr code generator.
- different generators are available in the list, each with a description.
- when choosing a generator from the list, the corresponding component is displayed for creating a qr code.
- the user can change the parameters of the qr code, such as text, size and color.
- after setting up the parameters, the user can save the qr code for his device.
- in the event of notifications (for example, an error), the
react-hot-toastlibrary is used to display them at the bottom of the screen.
appis the main component of the application.selected- a condition that stores the selected type of generator.onchange- a function for processing changes in the drop -down list.- qrcodegenerator01
,qrcodegenerator02, qrcodegenerator03,qrcodegenerator04, qrcodegenerator05` - components for generating qr codes that are displayed depending on the choice of user. toasteris a component to manage notifications.
x
