Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.07 KB

File metadata and controls

30 lines (21 loc) · 1.07 KB

Library Manager - Teamtree Project 8

TREEHOUSE - FULL STACK TECHDEGREE 👍

PROJECT OVERVIEW

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.

EXTRA FEATURES AND CUSTOMIZATION FOR EXCEEDS EXPECTATIONS

  • 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

TOOLS

  • HTML
  • CSS
  • Javascript
  • SQLite
  • Sequilize