JavaScript project that allows users to view information on books and accounts from their local neighborhood library.
run npm install then npm start in your terminal to get the app running
Here, the user can view the general stats, along with the most common genres, books, and authors.
Here, when the user clicks on a book in the left pane, information on the book, along with the book's recent borrowers pops up on the right pane.
Here, when the user clicks on an account in the left pane, their information and any books they currently have checked out pop up on the right pane.
- JavaScript, using search and sorting functions
- HTML
- CSS with Bootstrap