This repo documents my journey of learning JavaScript from scratch. It contains my solutions to the exercises from the fantastic 24-hour JavaScript tutorial by SuperSimpleDev.
The projects in this repository are based on the exercises from the following YouTube tutorial:
JavaScript Full Course for free 🌐 (2024)
This course provided a great foundation in JavaScript, covering everything from the absolute basics to more advanced topics. I found it very easy to understand and learn from. The hands-on exercises were instrumental in solidifying my understanding of the concepts.
Here you'll find a collection of files and small projects, each corresponding to a topic covered in the course. This repository is a testament to my learning arc, showing my progress from writing my first line of JavaScript to building interactive web elements.
After completing this course, I took on a bigger challenge to apply my new-found skills. I recreated a functional Amazon e-commerce website clone from scratch!
Check out my Amazon Clone project here: Javascript Amazon Clone