ScanifyJS is a JavaScript-based application that allows users to convert text into QR codes seamlessly. Designed to showcase frontend development skills, particularly in JavaScript, this project offers a simplified yet powerful tool for generating QR codes. Whether you need to share a URL, a piece of text, or other information, ScanifyJS makes it easy to create a scannable QR code.
Live Demo : View a live demo of ScanifyJS here: ScanifyJS Live
- JavaScript: Utilizes JavaScript for building the core functionality.
- QR Code Generation: Implements a QR code generation library to convert text into scannable QR codes.
- Custom CSS: Uses custom CSS for styling the application, as defined in the style.css file.
- Deployment & Hosting: Leverages Vercel for deployment and hosting of the web application.
💯 Free & open-source.
🔍 Generates QR codes from user input.
🌐 Works in any modern web browser.
📥 Allows downloading of generated QR codes.
🎨 Stylish and responsive user interface.
🔒 No data is sent or stored anywhere; everything happens in your browser.
Here's a look at ScanifyJS features in action:
Follow these steps to set up and run this project on your local machine:
First, clone or download the repository to your local machine. If you're familiar with Git, you can clone the repository. If not, simply download the entire project as a ZIP file and extract it.
Navigate to the project directory:
cd path/to/project
Copy the path of index.html
and paste it in the web browser of your choice to see it in action.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE
for more information.
- goQR.me - For QR code API calls.