A Book borrowing website where a user can borrow and return any books that are in stock
•>In some form cases REACT HOOK FORM is used.
•>Axios Interceptors used in use axios hook.
•> Navbar: Users can navigate to any nessesery route if they want.There is two differant types of navbar layout adjusted with screen size.
•> Smooth Login ,Registration route: User can easily navigate to login and registration page.
•> Color Category: components are designed with perfect color combination so that users can easily understand and likes the website theme.
•> Information: In Home Page users can get the summery of the website and user careness with enough information flowing.
•> Private Route: There are many priate routes like(addBook,BorrowedBooks,Book details,update Books) which an logged in user can see/go.So that the info dont get leaked.
•>Token: For Every Logged in user a access token is generated, with that token user can access specific data for their need.
•>Tracking: user can track their items added to cart in the cart route.
•>Add BOOK: user can add new product from the Add Product route.
•>Update BOOK: user can update product info from update product route.
•> Responsive: site is fully responsive for all devices.
•>Multiple Login: There are multiple ways of login system, user can pick whaterever they feel like(Google login or Email and Password login).
•>logged in and registered authentication: every authentication is handled by firebase which is popular and trusted.
•>Alert: After successfull Login, Registration, adding Book,updating Book,Borrowing to database there is a beautifull Toast to confirm .
•>If There is something worng while logging in or registration there is a toast also for inform
=>