Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 936 Bytes

File metadata and controls

20 lines (17 loc) · 936 Bytes

BookStore

This is a simple book store app which is using Java Spring Boot as backend and ReactJS as frontend.

It provides following features:

  • Add to cart
  • Searching
  • Mock checkout
  • Displays categories and top sellers

##Home Screen book.png ##Search A Book search.png ##Add To Cart add_to_cart.png ##Sticky Cart Cart moves along page scroll sticky cart.png

The core purpose of building this app is to explore Java Spring Boot and produce a minimal book store demo app.