diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-16 02:11:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-16 02:11:24 +0530 |
commit | ed3e023d1da3465bc79a91d38950a167004911b2 (patch) | |
tree | 08fb4de9af501612ccb85c8ee2f6beb60779c1f2 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a2c78b --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# LibManClient + +"Library Management" project that I needed to write in order to pass my Java +class (I now want to commit seppuku) + +See Also: [LibMan](/LibMan/about) + +## What it is + +This thing is the client side app with a Swing GUI for my LibMan project. +You can connect to any LibMan instance through Socket.IO and sign up/log in +to look at and issue/return the available books. + +It's a pretty basic project but since I hate Java with a passion it was very hard +to write so I'm releasing is as GPL. Don't cheat on your homework, folks + +# License +Licenced under GNU General Public Licence + +GNU GPL License: [LICENSE](LICENSE) + +Copyright (c) 2024 Vidhu Kant Sharma |