Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (42 loc) · 1.8 KB

Bookify - Online Book Marketplace

Overview

Bookify is an online platform designed for book enthusiasts to explore, purchase, and sell books with ease. The website provides a seamless experience for browsing a vast collection of books, checking their details, and managing purchases efficiently. Users can also list their books for sale and manage their orders conveniently.

Features

🏠 Home Page

  • Displays a wide range of books available for purchase.
  • Users can browse books based on categories and preferences.
  • Search functionality to quickly find books of interest.

📖 Book Details

  • View comprehensive details about each book, including price, author, and description.
  • Option to add books to the cart for later purchase.
  • Secure checkout for book purchases.

🛒 Shopping Cart

  • Add and manage books in the cart before proceeding to checkout.
  • Modify quantities or remove items as needed.
  • Seamless payment integration for a smooth purchasing experience.

📚 Sell Your Books

  • Users can list books for sale by providing book details, price, and condition.
  • A user-friendly dashboard to manage listed books.
  • Edit or remove book listings at any time.

📦 Order Management

  • Track and manage all book orders in one place.
  • Order history for reviewing past purchases and sales.
  • Notifications for successful transactions and order updates.

Installation & Setup

  1. Clone the repository
    git clone https://github.com/yourusername/bookify.git
    cd bookify
  2. Install dependencies
    npm install
  3. Run the development server
    npm start
  4. Access the application Open http://localhost:3000 in your browser.

Contribution

Contributions are welcome! Feel free to submit issues and pull requests.