Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugoramonpereira/amazon-clone
Amazon clone with Stripe integration for online payments.
https://github.com/hugoramonpereira/amazon-clone
amazon ecommerce shopping
Last synced: 27 days ago
JSON representation
Amazon clone with Stripe integration for online payments.
- Host: GitHub
- URL: https://github.com/hugoramonpereira/amazon-clone
- Owner: HugoRamonPereira
- Created: 2022-11-03T02:24:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T03:13:37.000Z (about 2 years ago)
- Last Synced: 2024-11-06T17:49:16.464Z (3 months ago)
- Topics: amazon, ecommerce, shopping
- Language: JavaScript
- Homepage: https://amazon-clone-git-main-hugoramonpereira.vercel.app/
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Clone
This is the Amazon Clone - A massive e-commerce project that was built using [React.js](https://reactjs.org/) with [Next.js](https://nextjs.org/), [Javascript](https://www.ecma-international.org/), it also uses [TailwindCSS](https://tailwindcss.com/) to make this application look exactly like the real Amazon website, [Firebase](https://firebase.google.com) to manage Google Authentication, [Stripe](https://stripe.com/en-br) to manage payments through the web and [Redux Toolkit](https://redux-toolkit.js.org) to manage the state of our application so we can keep track of the changes of our application and have full control over it.
This amazon replica lists a lot of products that come from an API called [fakestoreapi](https://fakestoreapi.com), where the user, clients can see the products, their prices and ratings, as well as add or remove the products from the cart and later on they can use Stripe to pay for the products they want.
This is a preview of the application
# Installation
After downloading you should install the missing packages and dependencies
using NPM:
```sh
npm install
```
using Yarn
```sh
yarn add
```
using PNPM:```sh
pnpm install
```
# Run the project in development environment
using NPM:
```sh
npm run dev
```
using Yarn
```sh
yarn dev
```
using PNPM
```sh
pnpm run dev
```
# Production ModeThe Production Version of the Amazon Clone is currently up and running on [Vercel](http://vercel.com) and can be seen if you click on the link: [Amazon Clone Production Vercel](https://amazon-clone-iota-seven.vercel.app)
# License
© Feito com muito ❤ por [Ramon Pereira](https://www.linkedin.com/in/hugo-ramon-pereira/) 🇧🇷