Coder Social home page Coder Social logo

libraryservice's Introduction

Deploy API Docs

pages-build-deployment

Intro

Some practice creating apis in .NET 8 ๐Ÿ‘

alt text

Task

Problem: Library Management System

Design and implement a library management system in a Programming Language of your choice. Your system should include the following features:

Book Management:
โœ…	Add a new book to the library.
โœ…	Remove a book from the library.
โœ…	Search for a book by title or author.
โœ…	Display all books available in the library.

Member Management:
โœ…	Add a new member to the library.
โœ…	Remove a member from the library.
โœ…	Display all library members.

Borrowing System:
	Allow members to borrow books.
	Check if a book is available for borrowing.
	Keep track of borrowed books and their due dates.
	Allow members to return books.

Fine System:
	Implement a fine system for late returns.
	Calculate fines based on the number of days a book is overdue.

Data Persistence:
	Implement file handling to save and load library data, including books, members, and borrowing records.
		- Use JSON or write Binary data to a file 

User Interface:
	Create a user-friendly interface to interact with the library system, do not use Console Input and Output

Error Handling:
	Handle exceptions gracefully, ensuring the program does not crash due to invalid user inputs or file handling errors.
		- Only use Exceptions when needed, try to avoid overuse

Optional Features:
	Additional features like book categorization, reservation system, backend-api, unit tests, or multi-threading for concurrent operations can be added for extra challenge.

libraryservice's People

Contributors

macawls avatar

libraryservice's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.