Welcome to Escaneou! - the simplest QR code generator, where you can easily generate and share QR codes directly from your browser! π
Escaneou! is a web application that allows users to generate QR codes by simply entering data into a text field. Once you hit the generate button, the app uses an API to create a custom QR code for you! π€© You can also download it, share it on social media, or copy the link to the QR code to use it anywhere you like! π
- React βοΈ: For building the UI and handling the interactive elements.
- Next.js 15 π: For server-side rendering and routing.
- TypeScript β¨οΈ: Ensuring type safety across the application.
- TailwindCSS π: For styling the app with utility-first CSS.
- React Hook Form π: For easy form handling and validation.
- React Icons π: For adding sleek icons to enhance user experience.
- GoQR API π‘: A simple and powerful API to generate QR codes.
- Input Your Data: Type the content you want to encode in a QR code in the input field.
- Generate the QR Code: Hit the submit button, and the app will generate a QR code using the GoQR API.
- Download and Share: You can download the QR code image, copy the link, or share it on platforms like Telegram, Facebook, or Twitter.
- Simple UI: Clean and minimalist design.
- Fast Generation: QR codes generated instantly.
- Shareability: Share QR codes via messaging platforms and social media.
- Download: Easily download the generated QR code as an image file.
-
Clone the repository:
git clone https://github.com/miguelitodev/escaneou.git
-
Install dependencies:
cd escaneou npm install
-
Run the development server:
npm run dev
-
Open your browser and go to
http://localhost:3000
to see the app in action!
Currently, thereβs no live demo. However, you can clone and test the app locally!
Want to see more of my projects? Check out my personal portfolio: Miguelito.dev