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.
- Build with
ReactJS
,Javascript
,HTML
,CSS
. CommerceJS
provides Backend eCommerce APIs for any frontend frameworkStripe
is used as a suite of payment APIs that powers commerce and provides temporary credit card for payment.- Check out 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
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.