Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.78 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.78 KB

BookSphere

Welcome to BookSphere, your ultimate destination for managing and exploring a diverse collection of books.

Live Site URL

Features:

  • Comprehensive Book Categories: Explore a wide range of categories including Biographies & Memoirs, Comic Books & Graphic Novels, Health, Fitness & Dieting, Business & Investing, Humor & Entertainment, Computers & Technology.

  • User-Friendly Interface: Navigate through the website seamlessly with an intuitive user interface designed for easy book browsing and management.

  • Librarian Role: Grant special privileges to designated users with the librarian role, allowing them to add, update, and manage the entire collection.

  • Book Tracking: Keep track of borrowed and returned books, ensuring efficient management of the library's inventory.

  • Secure Authentication: Safeguard your account with secure authentication measures, ensuring only authorized users can access sensitive functionalities.

Librarian Account:

  • Email:
  • Password:
A123@a

Please note that the librarian account is required for adding, updating, and managing books in the collection.

Local Development

To run BookSphere locally on your machine, follow these steps:

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/arparvej1/book-sphere-client-side.git
    
  2. Navigate into the project directory:
    cd book-sphere-client-side
    
  3. Install dependencies:
    npm install
    
  4. Running the Project:
    npm run dev
    

This command runs the app in development mode. Open http://localhost:5173 to view it in the browser.