This is a simple library app for keeping track of which books you've read.
This application is an exercise from The Odin Project.
- NodeJS
- Clone the repository
git clone https://github.com/Ja-Uyoma/Library.git
- Change into the project's directory
cd Library
- Install dependencies
npm install
You can now produce either a development or production build of this project. For a development build, run:
npm run dev
You can then navigate to the address http://localhost:5173 on your browser to view the project.
Alternatively, for a production build, run:
npm run build && npm run preview
Navigate to http://localhost:4173 on your browser to view the project.
This project is licensed under the MIT license. See LICENSE.md for more information.
This project is complete.