From 21812d18f29985e2c16408a5d257d0f3d8b00412 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Mon, 22 Jan 2024 13:52:10 -0500 Subject: [PATCH] Adds a README --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb7d1da --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Library Manager + +**Authors**: [Nathan Singer](https://github.com/SuperNovaa41), [Shayan Rashid](https://github.com/ShyProton) + +## What is it? + +A simple desktop tool that lets you create, view, and manage a digital list of books. + +## Uses + +Perhaps you have a lot of books and you would like to digitize them. +Perhaps you want to create a list of books you would like to read, buy, or whatever the case may be. + +Regardless, this tool makes it easy. + +Simply import a list of ISBNs (TODO: eventually have some method of scanning the books to import the ISBNS.. not sure) and watch as our tool collects all of the information about the books you've collected and organizes into a easy to view list. + +## Features + +TODO: + +## How to use + +### Usage + +... blah blah how to use the app, need to finish it first + + +### Installation + +... TODO: create an install script of some sort, or maybe just compile a release and add it to release, then link that here + + +### Compiling + +**Dependencies**: [ISBN-lookup](https://github.com/SuperNovaa41/isbn-lookup), [CrowCPP](https://crowcpp.org), .. im sure theres more + +To compile the backend simple run `make` in the source directory. +To compile the front end.... blah blah (maybe and HOPEFULLY hook it into the makefile)