React BookStore Application

Welcome to the React BookStore Application! This application is a simple yet powerful bookstore where users can browse, search for, and purchase books. The project is built using React, providing a responsive and dynamic user interface.

Table of Contents

Features

  1. Book Catalog: Browse a wide variety of books with details such as title, author, and genre.
  2. Search Functionality: Quickly find books using the search feature based on title, author, or genre.
  3. Book Details: View detailed information about a specific book, including a summary and price.
  4. Shopping Cart: Add books to the shopping cart for a seamless checkout experience.
  5. Responsive Design: Enjoy a consistent user experience across various devices, including desktop and mobile.

Demo

Installation

  1. Clone the repository to your local machine:
git clone git@github.com:Phani4658/bookstore-application.git
  1. Navigate to the project directory:
cd react-bookstore
  1. Install the project dependencies:
npm install

Usage

  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to view the application.

Dependencies

For a complete list of dependencies, refer to the package.json file.