📚 Book Management System
A simple desktop application built with C# and Windows Forms to manage library operations such as adding, borrowing, returning, and searching books. Includes user login functionality and basic data storage using text files.
🚀 Features
Add new books to the system
Borrow and return books
Search and update book records
User login and authentication
Simple UI built with Windows Forms
Data stored in .txt files for simplicity
🗂️ Project Structure
Code
/bin/Debug/ → Compiled binaries and config
/obj/Debug/ → Build cache and resources
UserLogin.cs → Login form logic
Form1.cs → Main dashboard interface
addBook.cs, borrowBook.cs → Book management forms
books.txt, borrowed_books.txt → Data storage files
App.config → Application configuration
library.jpg → UI image asset
🛠️ Getting Started
Clone the repository:
bash git clone https://github.com/kid-yP/C-sharp--Projects.git Open the project in Visual Studio.
Build and run the solution.
Use the login form to access the dashboard.