robert-s-hogan / nx-monorepo

Modern Web Development Redefined: Dive into a Next.js and React-powered project showcasing best practices with TypeScript, Redux Toolkit, Tailwind CSS, and NX monorepo. A testament to performant, scalable, and maintainable web solutions.
1 stars 0 forks source link

CHILLOUT: Add checkout process with Stripe elements #41

Open robert-s-hogan opened 1 year ago

robert-s-hogan commented 1 year ago

https://chillout.robertshogan.com/checkout

Stripe elements added and tested

robert-s-hogan commented 1 year ago

Added productsSlice from libs/store/products

fetchProducts() and skeleton loading are set up.

robert-s-hogan commented 1 year ago

added cartSlice from libs/store/cart

Add to cart has been added to products page.