Skip to content

awesome341/AngularJs-BookRentalApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookRentalApplication

By using this application, Shopkeeper can rent the book to the customer for certain time period and can track the status of the book. This is kind of "Library Management System". It calculates the rent amount automatically based on number of days the book is borrowed. Customers will be added as members of that bookshop. Shopkeeper can update the status of the books once it is Borrowed/Returned by the customer.

It gives you feel of Single Page Application as it is designed using Angular JS. Bootstrap's features makes this application adaptable to any device or browser. Currently application reads the book details from JSON file but later it can be changed to read it from database.

More functionalities can be easily added in future because of its modular design.

Technologies Used:- Angular JS | JSON | Bootstrap | HTML | CSS.

Home Screen

image

Book Categories

image

Filter books based on selected "category"

image

Filter book based on "book name" or "books category" entered in "Search Book" textbox

image

Add Customers Details

image

Customer Details Page

image

Edit Custmer Details

image

On selection of the book, book details are showned in the opened dialog box. It suggests the customers email id based on the input you entered in email textbox

image

"From date" is automatically selected from the current date. Select the "To date" from Popup Calendar

image

Rent amount is automatically calculated based on the date selected

image

Book and customer details added with "Borrowed" book status

image

Book status gets automatically changed to "Rented Out" in book list which means it is not available in stock for others

image

Once the book is returned, Status gets changed to "Returned"

image

Book status gets automatically changed to "Available", now it is available for others

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published