TREEHOUSE - FULL STACK TECHDEGREE 👍
Library Manager is an app which can be used by a Library to help them manage their collection of books. It uses an SQLlite database to store the books data. The library provides a nice UI and UX to display the books as well as magane the books.
It allows the user to Add new Books, Edit the information for an existing book and Delete a book, all in a very intuitive way.
- Added pagination feature to just show 5 books at a time
- Added Search feature which can look up info in any field
- Added significant additional CSS styling to UI for the UX
- Added a nice image for the background
- Added rounding of corners effect of pop up for cards
- HTML
- CSS
- Javascript
- SQLite
- Sequilize