Book Library Web App -- 2
Budget: $30 – $250 CAD
The book library web app should be made using Vue.js as a frontend and Node.js as a backend. It has a login and register on a home page. Login and register should be authenticated using passport.js (jwt token). If the user is logged in, on the home page there is a search bar through which user can search the books by book name or any other book property and it will fetch api from a different book website which we will filter and show the content only we want to see. the user can click a book and it would show all its properties and an option to rent a book till some specified date, or unrent the book which would just be simple CRUD functions. and rented books will be saved in a "My Books" Section.