Skip to content

E-commerce website with React and React-bootstrap with stripe payment integrated

Notifications You must be signed in to change notification settings

faozziyyah/E-Millenial-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE E-MILLENIAL STORE

An E-commerce website with payment via Stripe (A Gadgets Store) This is a React.js project bootstrapped with create-react-app.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • Search for items
  • view results
  • Add, update and remove from cart
  • Make payments for items with stripe payments
  • Navigate to the cart page

Screenshot

Links

My process

Built with

What I learned

  • React Bootstrap
  • Stripe payment integration
<Dropdown.Toggle className={styles.cart}>
    <img src={cartLogo} alt="cart" className={styles.cartLogo} />
    <Badge>{cart.length}</Badge>
</Dropdown.Toggle>
<StripeCheckout
    className={styles.checkoutbutton}
    label='Pay Now'
    name='Gadgets Store.'
    billingAddress
    shippingAddress
    description={`Your total is $${price}`}
    amount={priceForStripe}
    panelLabel='Pay Now'
    token={onToken}
    allowRememberMe
    stripeKey={publishableKey}
/>

<StripeButton price={total} />

Useful resources

About

E-commerce website with React and React-bootstrap with stripe payment integrated

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published