A simple command-line Java application for managing a library system. This project was developed for Unit 2 of the CS 1102 - Programming 1 course at University of the People.
- Add new books
- Borrow and return books
- List available books
- File persistence using CSV
- Input validation and enhanced logic
- Java 8+
- IntelliJ IDEA
- GitHub
Clone and run LibrarySystem.java to test the app.
This project demonstrates the use of:
- Static methods and variables
- Object-oriented principles
- File I/O in Java