Skip to content

This Java program serves as a bookstore tracking system. It allows users to manage a bookstore's inventory, by adding new books, updating book information, and searching for books by author or price.

Notifications You must be signed in to change notification settings

daliabtnj/Bookstore-Tracking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bookstore Tracking System

This Java program serves as a bookstore tracking system. It allows users to perform various tasks related to managing a bookstore's inventory, such as adding new books, updating book information, and searching for books by author or price.

Description

This program includes a driver class which contains the main logic and user interface, and a Book class representing individual books in the inventory. The Book class includes initialization of variables, default and parametric constructor, getters and setters, and methods used in the main class.

Features

  • Add new books to the inventory.
  • Update book information.
  • Display all books by a specific author.
  • Display all books under a certain price.
  • Password-protected access to certain features.

Usage

Run the program: Execute the 'driver' class.

About

This Java program serves as a bookstore tracking system. It allows users to manage a bookstore's inventory, by adding new books, updating book information, and searching for books by author or price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages