Build a Secretkeeper app and generate QR code for your message

Build a Secretkeeper app and generate QR code for your message Summary: Secretkeeper app let you generate a QR code for your text message which you can share and download and when you scan that QR code with scanner you will get the text message. It is a React+Vite+Typescript app which uses react-qr-code package for generating QR code. Prerequisites # Basic knowledge of React.js Basic Typescript Tailwind css To create vite application with react template follow these commands: Terminal $npx create-vite secretkeeper After that choose React template and then choose typescript and press enter. Now move to secretkeeper directory in terminal or open that folder in terminal directly. Terminal $cd secretkeeper Setup tailwind css...