Skip to content

This is an Java progamme created by me when i was learning java and this can act as an actual libary.

Notifications You must be signed in to change notification settings

Python-aryan/Online-Library-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📚 Online-Library

Online-Library is a simple Java program that simulates basic library operations and demonstrates core Java and OOP concepts.

🚀 Features

  • Add new books to the library
  • Display available books and issued books
  • Borrow (issue) and return books
  • Basic command-line interface with input validation

🛠️ Technologies Used

  • Java (Core Java)
  • Object-Oriented Programming (OOP)

🔧 How to Run

  1. Ensure Java is installed:
java -version
  1. Compile the program from the Online-Library-1 directory:
javac main.java
  1. Run the program (package com.company, class tuts):
java com.company.tuts

📸 Example Menu

Welcome to this Library !!
Please Enter 1 to Display the Available Books
Please press 2 to Issue A Book
Press 3 to Add A book
Press 4 to return a Issued Book
Press 5 to Exit

🎯 Purpose

  • Practice Java syntax and OOP concepts
  • Simulate a small real-world application
  • Build a foundation for more complex Java projects

📃 License

This project is open-source and free to use. Add a license as needed (e.g., MIT, Apache-2.0).

🙌 Acknowledgments

Thanks to various Java tutorials and documentation that helped shape this project.

About

This is an Java progamme created by me when i was learning java and this can act as an actual libary.

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%