Overview
This is a console-based Library Management System developed using R. It supports basic functionalities like adding student profiles, checking available books, adding to a cart, checking out books, and viewing each student's book history. Data is stored and managed through CSV files using R's data frame operations.
- ๐ Add student profiles with validation
- ๐ Show available books with quantity tracking
- ๐ Cart feature for book selection
- ๐ค Checkout system with CSV-based persistence
- ๐งพ Track books checked out by each student
- ๐๏ธ Modular functions and structured data handling


Future Improvements
- ๐ GUI implementation using Shiny in R
- ๐ Search functionality for books and students
- ๐ฑ Export data reports in PDF format
- ๐ง Recommendation system for books
- ๐ Admin login and access control