Skip to content

Ja-Uyoma/Library

Repository files navigation

Library

Description

This is a simple library app for keeping track of which books you've read.

Background

This application is an exercise from The Odin Project.

Getting Started

Prerequisites

  1. NodeJS

Installation

  1. Clone the repository
git clone https://github.com/Ja-Uyoma/Library.git
  1. Change into the project's directory
cd Library
  1. Install dependencies
npm install

Usage

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.

License

This project is licensed under the MIT license. See LICENSE.md for more information.

Project Status

This project is complete.

About

A small library app to keep track of books you've read

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published