Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krislette/amazone
An amazon clone from SuperSimpleDev's JavaScript course, with some of my personal refactored code, built with JavaScript, HTML, and CSS.
https://github.com/krislette/amazone
Last synced: 9 days ago
JSON representation
An amazon clone from SuperSimpleDev's JavaScript course, with some of my personal refactored code, built with JavaScript, HTML, and CSS.
- Host: GitHub
- URL: https://github.com/krislette/amazone
- Owner: krislette
- Created: 2023-09-19T15:24:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T14:59:58.000Z (3 months ago)
- Last Synced: 2024-08-11T15:49:41.462Z (3 months ago)
- Language: JavaScript
- Homepage: https://krislette.github.io/amazone/
- Size: 3.41 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project
> Amazone is a clone of the amazon website, which I created by following
> SuperSimpleDev's JavaScript course. I'm studying a course to enhance
> my understanding of JavaScript fundamentals and advanced patterns,
> while acknowledging that I do not have full ownership of this content.
> This website is derived from the course's author and from my personal
> code optimizations and refactorizations.## Features
- Full e-commerce display with 40+ products
- Functional add to cart buttons
- Functional cart
- Functional checkout page
- Functional order page
- Functional product search tool
- Package tracking with real-time progress## Website Snapshots
### Main/Landing Page
![image](https://github.com/user-attachments/assets/290999a3-0c02-4a3f-90b1-278558d91bd7)### Checkout Page
![image](https://github.com/user-attachments/assets/67419df6-fb3c-4109-abd6-752d3b35fd91)### Orders Page
![image](https://github.com/user-attachments/assets/3afdf5e5-c559-4ea0-b07d-7b48e4da3420)### Tracking Page
![image](https://github.com/user-attachments/assets/e50870e8-8462-4dac-8f7b-e23047b446f8)### Search Feature
![image](https://github.com/user-attachments/assets/645048e4-820a-48a5-8505-c734b399675c)## Website Information
The website is currently available and accessible on the internet. Check it out by visiting here.
## Additional Information
I started doing the course last year, and I just finished it now. If you want to request features, kindly create a pull request here.
Project start date: September 19, 2023.
Project end date: August 11, 2024.