From 075955a33fdf477f47e560f5b2954b25675d3490 Mon Sep 17 00:00:00 2001 From: DimaVilda Date: Tue, 3 Sep 2019 15:29:02 +0300 Subject: [PATCH] Create README.md My project at the university --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3088977 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# JavaLibrary +An application for library order to automate and simplify the process of accounting. +Me and my friends we wrote a project that helps to automate book management in the library. +Nothing complicated, just automated bookkeeping)) +Also in the folder "scannerbarcode" I have implemented classes for scanning books by a barcode reader. +The project is built into a *.jar library and can be used in other similar projects.