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!
- Host: GitHub
- URL: https://github.com/qridwan/book-studio
- Owner: qridwan
- Created: 2021-05-31T14:03:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T19:49:14.000Z (about 5 years ago)
- Last Synced: 2025-06-02T11:05:40.135Z (about 1 year ago)
- Topics: api, bootstrap, react-bootstrap, react-redux, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage: https://book-studio.netlify.app/
- Size: 658 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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