Skip to content

This simple program allows you to add movies to the database, search for movies by title, and display all movies in the database.

Notifications You must be signed in to change notification settings

anjali21a/Code_Alpha-Movie_Database_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code_Alpha-Movie_Database_project

Screenshot (661)

#Functionlity of code

A simple movie database program in Java that includes adding new movies, searching, and displaying details.

** Let's start by outlining the main components of the program:**

->Movie Class: Represents a movie with attributes like title, director, year, and genre.

->MovieDatabase Class: Manages the collection of movies, including adding, searching, and displaying movies.

->Main Class: Provides a simple user interface to interact with the movie database.

About

This simple program allows you to add movies to the database, search for movies by title, and display all movies in the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages