diff --git a/New_APIs/Barcode-Generator/Barcode Generator/READme.md b/New_APIs/Barcode-Generator/Barcode Generator/READme.md new file mode 100644 index 0000000..20ae49e --- /dev/null +++ b/New_APIs/Barcode-Generator/Barcode Generator/READme.md @@ -0,0 +1,42 @@ +# Barcode Generator +This is a simple barcode generator application built using HTML, CSS, and JavaScript. The application allows users to input a string and generate a corresponding barcode. + +## Features +* Generate barcodes from user input. +* Simple and easy-to-use interface. +* Responsive design for different screen sizes. + +## Technologies Used +* HTML +* CSS +* JavaScript +* JsBarcode library + +## Getting Started +* Prerequisites +To run this project locally, you need a web browser. + +* Installation +Clone the repository: + +```bash +git clone https://github.com/your-username/barcode-generator.git +``` + +* Navigate to the project directory: + +```bash +cd barcode-generator +``` + +* Open index.html in your web browser to see the barcode generator in action. + +## Usage +* Open the application in your web browser. +* Enter the text you want to convert into a barcode in the input field. +* Click the "Generate Barcode" button to generate the barcode. +* The generated barcode will be displayed below the input field. + +## Screenshots + +![alt text](image.png) \ No newline at end of file diff --git a/New_APIs/Barcode-Generator/Barcode Generator/image.png b/New_APIs/Barcode-Generator/Barcode Generator/image.png new file mode 100644 index 0000000..638be7e Binary files /dev/null and b/New_APIs/Barcode-Generator/Barcode Generator/image.png differ diff --git a/New_APIs/Barcode-Generator/Barcode Generator/index.html b/New_APIs/Barcode-Generator/Barcode Generator/index.html new file mode 100644 index 0000000..89ebb81 --- /dev/null +++ b/New_APIs/Barcode-Generator/Barcode Generator/index.html @@ -0,0 +1,25 @@ + + +
+ +