Clone of Amazon.com with tweaks using React.js, Next.js, NextAuth, Tailwind CSS, and Stripe
- Project created with React/Redux
- Styling done with Tailwind CSS
- List of products for sale grabbed from Fake Store API
- User can add items to cart from the homepage and view them in their Basket page with the total cost
- Items stored in the backend using Firebase
- User authentication using Next.js and NextAuth (Sign in options with Google, Apple, Facebook, etc.)
- Payment page create with Stripe API
Run commands
npm install
npm run dev
Run commands
npm install --global yarn
yarn install
yarn run dev