React application for simulating Amazon-like behavior.
- Log into the system via active GMail Account.
- Choose from the variety of shown products on the page.
- Click the
Add to Cart
button to add your product to the Cart. - Inside the Shopping Cart you have an option to edit the quantity of chosen items OR remove them.
- The Total sum for the chosen items is automatically calculated.
- React
- React Router DOM
- Styled Components
- Material UI Icons
- Google Firebase API + Firebase OAuth
git clone {this repository}
npm install
- Fill your credential data in
firebase.json
npm start
- Open browser on
http://localhost:3000/
You can open this project at: https://clone-may21.web.app