Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Sipsayura Library Management

Welcome to Sipsayura Library! This Java project implements a simple library management system where users can view available books, borrow and return books, and add new books to the library.

Table of Contents

out1

Features

  1. Display Available Books
  2. Borrow a Book
  3. Return a Book
  4. Add a New Book
  5. Exit

Usage

  1. Display Available Books

    • View a list of available fiction and nonfiction books in the library.

      out2

  2. Borrow a Book

    • Enter the ISBN of the book you want to borrow.

    • Specify whether the book is fiction (true) or nonfiction (false).

    • Successfully borrowed books are added to your borrowed books list.

      out3

  3. Return a Book

    • Enter the ISBN of the book you want to return.

    • If the book is found in your borrowed list, it will be returned to the library.

      out5

  4. Add a New Book

    • Specify whether the new book is fiction (true) or nonfiction (false).

    • Enter details for the new book, including title, author, and ISBN.

      out6

  5. Exit

    • Exit the Sipsayura Library Management system.

      out7

How to Contribute

If you'd like to contribute to the development of this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages