An open API service indexing awesome lists of open source software.

https://github.com/qridwan/book-studio

Team Work!
https://github.com/qridwan/book-studio

api bootstrap react-bootstrap react-redux reactjs redux redux-thunk

Last synced: 2 months ago
JSON representation

Team Work!

Awesome Lists containing this project

README

          

## Book-Studio
- this is book store application made with redux

## The Project have the following functionalities:

1) Printing all the book's (with pagination of 10 per page)
URL: "/home"

2) Detail page of each book .
URL: "home/{id}/detail"
- shown name,price,image,author on the page with add to favorites button

3) user can add book to the favorites list on the detail page

4) user can remove them from Favorites
URL for Favorites: "home/favorites"

5) User Can Search by Book name or Author name