Skip to content

jjazzyys/Pauls-Video-Store

Repository files navigation

Paul's Video Store

A Java program to manage customers, videos, rentals, and returns for a video rental store, based on specified requirements.

Table of Contents

Introduction

This Java project aims to create a management system for Paul's Video Store, enabling efficient tracking of customers, videos, rentals, and returns. The project follows specific requirements outlined for the final project, emphasizing the implementation of custom data structures without using Java's built-in data structures.

Features

  • Add and manage customers, videos, rentals, and returns
  • Custom implementation of data structures
  • Search for rented movies by title

Requirements

  • Implementation of custom data structures without using Java's built-in data structures
  • Manage customers with phone numbers, first names, and last names
  • Manage videos with barcodes (12 digits) and titles
  • Track rentals and returns, ensuring validity and preventing duplicates

Functions

addVideo

addvideo

addCustomer

addcustomer

rentVideo

rentvideo

**returnVideo **

returnvideo

checkVideo

checkvideo

**checkVideo if it is rented or not **

checkvideonotfound

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages