This an E-commerce Book Store having following functionalities:
-
Add demo inventory (Books): a. Each book has its own: i. Name ii. Id iii. Genre iv. Price v. Quantity
-
Cart: a. A separate table for cart which has: i. Increment and Decrement quantity with a + and – button ii. Total price and quantity of each book
-
Search: a. There are two types of searches in this project: i. Search by Book Title which is written in the search box ii. Categorical Search: Each category has its own button which filters the books of that specific category.
-
Remove: a. Remove books from the cart list with remove button or as the quantity is decrease up to 0.