Book-store-Reactjs
Book-store-Reactjs copied to clipboard
BookShop is an online React web application where the users can search for a book by its title and later can add to the shopping cart and finally purchase using credit card transaction.
BOOK Ecommerce STORE USING REACTJS
BOOK Shop Description
Book Shop is an online React web application where the customer can purchase books online.
Through this book store the users can search for a book by its title and
later can add to the shopping cart and finally purchase using credit card transaction.
Live App Demo

Tools Used
- Build with
ReactJS,Javascript,HTML,CSS. CommerceJSprovides Backend eCommerce APIs for any frontend frameworkStripeis used as a suite of payment APIs that powers commerce and provides temporary credit card for payment.- https://commercejs.com/docs/guides/products-react/ Documentation of CommerceJS to fetch APIs
- https://stripe.com/docs/stripe-js/react Documentation to connect Stripe with React components for Stripe.js and Stripe Elements
Installation
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed!
See the section about deployment for more information.