Skip to content

Latest commit

 

History

History
91 lines (52 loc) · 2.77 KB

README.md

File metadata and controls

91 lines (52 loc) · 2.77 KB

Bookstore Application

This is an interactive Bookstore application built using ReactJS. The application allows users to browse and search for books, view book details, add books to a shopping cart, and place an order.

Backend Deployed Link:- https://witty-puffer.cyclic.app/

Table of Contents

Usage

The Bookstore application provides the following functionality:

  • Home Page: Displays a All books and a navigation bar. Users can add the book to their shopping cart from this page.

  • Book Details Page: Displays detailed information about a selected book, including the title, author, description, price, and availability. Users can add the book to their shopping cart from this page.

  • Cart Page: Lists all the books added to the shopping cart. Users can view the total price, remove books from the cart, and proceed to checkout.

  • Checkout Page: Allows users to enter their shipping details and place an order.

Features

The Bookstore application includes the following features:

  • Book search: Users can search for books by title or author.

  • Book filtering: Users can filter books based on categories .

  • Add to cart: Users can add books to their shopping cart.

  • Remove from cart: Users can remove books from their shopping cart.

  • Order placement: Users can place an order by entering their shipping details.

Technologies Used

The Bookstore application is built using the following technologies:

Fronted Technologies

  • ReactJS

  • React Router Dom

  • Redux

  • Chakra-UI

Backend Technologies

  • Node JS
  • Express JS
  • Mongodb
  • Bcrypt
  • JWT Token

For Deployment Hoisting website

  • cyclic :- For Backend
  • Vercel :- For Fronted

Image Preview

Home Page Image ↓

Screenshot (128)

Login Page Image ↓

Screenshot (129)

Cart Page Image ↓

Screenshot (130)

Order Page Image ↓

Screenshot (132)

Contributing

Contributions to the Bookstore application are welcome. If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request. Please ensure that your contributions adhere to the coding conventions and guidelines.

The Bookstore app