Barcode – Simple application to generate barcode

Hello all, So today I would like to introduce you to new project that I was working on “Barcode”.

It’s a very simple web based application which generates one dimensional barcode on browser itself(No server side computation required).
It was needed as I am working in a company which heavily deals in barcode technology. And as a developer we needed lots for barcode to test and scan in our application.

Earlier we used to print barcode on Xerox paper and then scan it. But it became quite frustrating when we needed many different barcode and in come cases I was on client side where they do not had access to printer, so we had to generate barcode label on actual label which comes at its price and not mention the time it needed to generate barcode.

So after that I created this simple web based application which is quite easy to use and fits my need.

Its based on JS Library for barcode generator from JsBarcode by Johan Lindell.

Github Repository with all the source code – Github – Barcode

Leave a Reply