Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 2.4 KB

README.md

File metadata and controls

71 lines (36 loc) · 2.4 KB

ScanifyJS📱: Transform Text to QR Seamlessly

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

Technology Stack Highlights

  • 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.

Features

💯 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.

Usage

Here's a look at ScanifyJS features in action: ScanifyJS features in action

Installation

Follow these steps to set up and run this project on your local machine:

Clone or Download the Repository

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.

Open the Project

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.

Contributing

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!

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements