Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.44 KB

Online Bookstore

Netlify Status

A user-friendly bookstore where users can browse books, add them to wish-list, and explore daily deals. It includes multiple sections to display books and manage user interactions.

✨ Features

  • Wishlist.
  • Price Discounts.
  • Shopping Cart & Checkout.

🚀 Usage

Opening the demo

Open https://climaxmba-bookstore.netlify.app/ in your browser. You could also clone this project and run this command if you have npm installed and love the long process. When it's done, open http://localhost:5173 to see the demo.

npm install && npm run dev

Buying a book

  1. Click the Books button on the homepage.
  2. Click the book you want to buy.
  3. Click Add to Cart.
  4. On the navbar (or menu for mobile users), click cart.
  5. Click PROCEED TO CHECKOUT.
  6. Follow the steps on the checkout page and place your order.

PS: This is just a demo project, you're not really buying books.

Working with wishlist

Each book item has a star icon, it allows you to add and remove the book from wishlist.

🙏 Acknowledgement