**ShopNow is a simple shopping cart in React, Typescript, Next.Js, Tailwind and Stripe.
- Homepage: list of products
- Product page: details of a product(under construction)
- Cart popup: cart details - update quantity, remove item, checkout button
- Checkout page: generated by Stripe
- Result page: redirected after payment processing (under construction)
- Framework: Next.js 13
- Axios
- Stripe
- Websockets (under construction)
- Data: JSON file
- Hosted on AWS Amplify with env variables and custom build
- Websockets to listen to Stripe events
- Add Toast
- Static pages
- Axios or React query?
- React Query: Data synchronization for React
- AWS Amplify: Making environment variables accessible to server-side runtimes
🎵 Thank you for reading!