Skip to content

mindine/uopeople-library-system

Repository files navigation

UoPeople Library System

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.

Features

  • Add new books
  • Borrow and return books
  • List available books
  • File persistence using CSV
  • Input validation and enhanced logic

Technologies

  • Java 8+
  • IntelliJ IDEA
  • GitHub

Demo

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

About

Java-based library app using static methods and file I/O (UoPeople CS1102)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages