This is a personal learning experience for JavaScript, guided by the 22-hour long course from SuperSimpleDev.
YouTube Video: JavaScript Tutorial Full Course - Beginner to Pro
There are 18 lessons each with over 250+ challenges and exercises, which are published here as a cloud resource.
The Amazon Clone project was started on May 16, 2025 and accomplished completion on June 14, 2025.
Recommended IDE: Visual Studio Code
- Install the Live Server Extension.
- Open any HTML webpage you want to open.
- Click the
Go Livebutton in your VS Code app. - To change webpages:
- Use filepaths after your local address and port.
Example:http://127.0.0.1:5500/amazon.html
- Use filepaths after your local address and port.
