Link: https://thirsty-hamilton-ba4f3e.netlify.app A working Amazon-clone with the following features:
Users can authenticate using the following two methods
- Email/Password Sign up
- Google Login
- The data in the cart is in sync with the data in the backend(firestore), which means the items saved in the cart will be saved even after the user logs out.The cart will only display items which were added by the user.
- User can add items to the cart, by clicking on the "Add To Cart" button, and the cart shows the items added along with the total Amount.
- User can change the quantity of the product in the cart itself, by increasing or decreasing the quantity.
- The changes in the cart are shown in realtime, without refresh.
- User can add items to the wishlist, for future reference. User can do so, by clicking on the 'heart' button available on the product.
- The changes in the wishlist are shown in realtime
- The data in the wishlist is also in sync with the backend, and will only display the items added by an individual user.
- This project also has an integrated stripe payment in test mode
- Checkout Page with Node ExpressJS servers to store the transactions made by the users.
- Orders Page:
- Linking the orders to an individual user
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify