This project is a QR Code Generator built with React and TypeScript.
- Generate QR codes from input text
- Store generated QR codes in local storage
- Delete QR codes
- Display all generated QR codes
To install the project, follow these steps:
- Clone the repository:
gh repo clone Santosh-Baliarsingh/react-qrcode-generator
- Navigate into the directory:
cd react-qrcode-generator
- Install the dependencies:
npm install
- Start the project:
npm run dev
To generate a new QR code, click on the "Generate QR Code" button, enter your text in the input field, and click "Save". The generated QR code will be displayed on the screen and stored in your local storage.
To delete a QR code, click on the "Delete" button below the QR code you want to delete.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.