This repository contains my personal implementation of the projects and concepts covered in the 12-Hour JavaScript Course by Bro Code.
FYI: This was made in VSCode. If you are new to HTML/CSS, I reccomend you see Bro BroCode's dedicated 4-hour video to that and follow along with my reference repo if you want.
This is to be served as a reference for people watching his video.
The logic and curriculum followed in this repository are based on the instructional content provided by Bro Code.
- Original Instructor: Bro Code
- Tutorial Link: JavaScript Full Course for free 🌐 (12 Hours)
Disclaimer: This code is for educational purposes only. I have written this implementation while following the tutorial to build my skills as a programmer/developer.
- Communication between HTML & CSS files with JS
- DOM
- fetching APIs
- callbacks
- JSON
- String Methods
- Arithmetic Operators
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git - Navigate to the project folder:
cd YOUR_REPO_NAME - Run the script: Open index.html in any browser
BroCode, if at any point you feel uncomfortable with this being shared; please let me know. I have no way of contacting you, but I wanted to make this.