This application uses sample data to create an interface for a fictional library. The front-end and data were provided, and my contributions were to create the functionality for displaying, searching, and organizing the data to be properly displayed by the front-end.
The dashboard pulls information about all the books in the libary, their authors, and various information about popular books.
The Stats by Book page shows a list of all books, and when one is selected, displays information about the book, its genre, and who has borrowed the book.
The Stats by Account page shows a list of all accounts, and when one is selected, displays information about each borrower and what books are currently in their possession.
- Run
npm install. - Run
npm start. - Navigate to
localhost:8080in a browser.