Skip to content

Application for displaying information about a libary's held books and the visitors that borrow them.

Notifications You must be signed in to change notification settings

ElusiveEllie/local-library

Repository files navigation

Local Libary

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.

Dashboard

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.

Dashboard

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.

Dashboard

Installation

  1. Run npm install.
  2. Run npm start.
  3. Navigate to localhost:8080 in a browser.

About

Application for displaying information about a libary's held books and the visitors that borrow them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published