A book store where a user can:
- look through the book catalog
- filter books by writer/year/genres
- sort displayed books by price
- add books to the cart
- check the cart and see the total price
Modal log in window collects inputs visible in console as an object.
Cart and book catalogue state is kept using local storage which makes the state available after page reload