Work

Library Management System

Java
OOP
Data Structures

Development of a local library management system simulating book and member management, with search functions and reading statistics.

Console interface of a book manager

Overview

The program implements a reading club system using Book, Person, and ReadingClub classes.
Users can add members, track readings, and identify the most popular book.

Key Learnings

  • Object-oriented programming
  • Recursion and data structures
  • Console-based user interaction