Online library website helps the users to view and search for books to borrow.
-
IDE of your choice (VS Code would be preferred)
-
Download the latest version of Node on your device
-
Browser to run and view the project
-
Just download the live server extention if your using VS Code
-
Right click on your index.html file and click on Open With Live Server
-
That will launch the project on your preferred browser
- Sign up (fill in form “username, password, confirm password, email and is_admin”)
- Login
- Add new books (Books includes ID, book name, author, category, description)
- View list of available books.
- Select a book and edit its details.
- Delete a book
- Sign up (fill in form “username, password, confirm password, email and is_admin”)
- Login
- Search for books by titles or author or category and results are displayed accordingly.
- View list of available books marked either available or not available in case it is borrowed by a user.
- Select a book and view its details in a book page.
- Borrow a book (only applicable in case a book is available).
- View list of borrowed books for that user.
- Online library website should have a navigation bar.
- The navigation bar should be adjusted dynamically based on the logged in user.
- The navigation bar should be accessible from all web pages
Open the issues and contribute to any of the issues that are unresolved, thanks again in advance
This project is licensed under the MIT License - see the LICENSE.md file for details
- Contributors will be added to readme page, thanks in advance...
- Inspiration