Skip to content

Latest commit

 

History

History
106 lines (48 loc) · 3.68 KB

README.md

File metadata and controls

106 lines (48 loc) · 3.68 KB

MERN-Library-Management-Sytem

Books CRUD

Read Books

image

Create Book

image

Shows error when name field is left Blank and add Book Button is disabled till the field is empty

image

After Name is not empty the Add book button is enabled and error is removed

image

New Book is Created

Update Book

image

Updated price of the book GraceLand from 350 to 450 and quantity to 10

image

Price and Quantity Updated of the book

Delete Book

image

On Clicking the Delete button a MODAL appear , confirming the choice of the Librarian

image

After Delete Request the Book Graceland is deleted

Members CRUD

Read All Members

image

Add a member

image

image

New Member Added after POST request

Edit a Member

image

image

Changed Raghav's Balance and Age while email is disabled because it is a unique parameter

Delete a member

image

image

After clicking the delete button a modal appears for onfirmation. When user clicks on Delete in the Modal the User is deleted

Issue Book

image

User can put name of any book in the search field and that book will be issued on his/her name

image

image On Issuing the book, all issued books will be shown on the home page

image

On returning the book, user gets this message on their screen

Issue Book with outstanding more than ₹500

image

image

Raghav wanted to buy a book of ₹2000 but had only 900 rupees hence the Insufficient Funds Prompt was displayed