A fast and simple QR code generator for any URL — built using HTML, CSS, JavaScript, and a public QR Code API.
This project is a minimalistic and efficient QR Code Generator. Users can enter any URL, and the tool instantly generates a QR code that can be scanned or shared. It's perfect for quick sharing of websites, documents, or any web resource.
- HTML & CSS – For building a clean, responsive, and user-friendly interface.
- JavaScript – Handles user input, API calls, and DOM manipulation.
- QR Code API – Used to generate QR codes dynamically based on the provided URL.
One of the main challenges in this project was integrating the external QR code API smoothly while maintaining responsiveness and a good user experience. This project helped sharpen my JavaScript skills, particularly in handling API requests and dynamic updates to the UI.
- Instant QR code generation for any URL
- Clean and simple design
- Responsive layout for mobile and desktop
- Real-time input handling and feedback
- Allow downloading the generated QR code as an image
- Add dark mode support
- Support for different types of data (e.g., text, contact info)
- Clone the repository:
git clone https://github.com/your-username/QR-code-maker.git