Media Library is an implementation of a media library that allows you to manage different types of media, such as books and movies. The library provides functionality to check in and out media items, add ratings, and calculate the average rating for each item.
- Features
- Installation
- Usage
- Classes
- Media
- Book
- Movie
- Manage Media Items: Add and manage different media items like books and movies.
- Check In/Out: Toggle the checkout status of a media item.
- Rating System: Add ratings to a media item and calculate the average rating.
- Clone the repository:
git clone https://github.com/your-username/media-library.git