A simple REACT app that allows users to keep track of their book libraries. Easily add new purchases, or update entries. Organised by book Title and Author.
Built using React and Express.
It is recommended to install Yarn through the npm package manager, which comes bundled with Node.js when you install it on your system.
npm install --global yarnUse yarn to run both the client and server sides of the application.
yarn startAlthough the application is currently working, it lacks log-in functionality with encrypted passwords and an authorization flow.