/book-cart

Browse through books and buy your favorite book with BookCart website!

Primary LanguageJavaScript

Book-Cart Ecommerce App

  • The project is built with Mockbee as backend and ReactJS, Vanilla CSS.

Project is live at

https://book-cart-reactv1.netlify.app/

This ecommerce app has following features:

  • Products Listing page
  • Single Products page
  • Search Products page
  • Cart management - Add, delete or change quantity of items in cart.
  • Wishlist management - Add and remove items from wishlist.
  • Checkout page with order summary
  • Private routes for Login, Signup, wishlist and cart.
  • This website uses useState, useContext and React Router for routing.
  • Filter products by price, rating, category.
  • use React toastify to show alerts for authentication, cart and wishlist.

Home Page

Homefinal

Products Page

Productsfinal

Single Products Page

SingleProductfinal

Login Page

LoginPageFinal2

Signup Page

SignupPageFinal2

Search Page

SearchFinal

Filter Page

FilterApplied

Wishlist Page

Wishlistfinal2

Cart Checkout Page

CartCheckoutFinal

Order Summary Page

OrderSummary