javascript-youtube-course

This repository contains all source code and examples from the complete JavaScript course available on YouTube.

https://github.com/arturbomtempo-dev/javascript-youtube-course

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

ajax css dom dom-manipulation fetch-api front-end html javascript programming-language programming-logic vanilla-javascript web
Last synced: 6 months ago · JSON representation ·

Repository

This repository contains all source code and examples from the complete JavaScript course available on YouTube.

Basic Info
  • Host: GitHub
  • Owner: arturbomtempo-dev
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 607 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
ajax css dom dom-manipulation fetch-api front-end html javascript programming-language programming-logic vanilla-javascript web
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Roadmap

README.en.md

JavaScript Course

This repository was created to store and organize all materials used in the complete JavaScript course published on YouTube. It brings together practical examples, exercises, code snippets, and projects developed throughout the lessons, covering everything from the basics of programming logic to advanced topics such as DOM manipulation, Fetch API, async/await, localStorage, and more. The content is structured in a didactic way to facilitate learning and help both beginners and those looking to reinforce their JavaScript knowledge.

Repository banner


Languages: JavaScript Version: 1.0.0 Contributions: Welcome License: MIT


🇧🇷 Versão em português disponível aqui


📋 Table of Contents

📝 What You'll Find in This Repository

  • [x] Step-by-step code examples explained in the course lessons
  • [x] Practice exercises to reinforce the concepts learned
  • [x] Source code for the projects developed throughout the course

📁 Setup and Running the Examples

⚙️ Prerequisites

The examples in this course use vanilla JavaScript, often together with HTML, without requiring external libraries or servers. You can run them in several ways, including directly in your browser.

While not mandatory, it is recommended that you have:

  • A modern web browser (Google Chrome, Firefox, Edge, etc.)
  • A code editor such as Visual Studio Code
  • Optionally, an extension like Live Server to easily run HTML files locally

🚀 How to Run the Code

✅ Option 1: Run Directly in the Browser (No Installation Needed)

  1. Open your browser
  2. Press F12 (Windows) or Cmd + Option + I (Mac) to open the developer tools
  3. Go to the Console tab
  4. Type (or paste) your JavaScript code and press Enter

This option is ideal for testing simple examples, such as variables, functions, operators, and control structures.


✅ Option 2: Create an HTML File Linked to a JS File

  1. Create a folder and inside it, add two files:
- `index.html`
- `script.js`
  1. In index.html, add:

html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>My JS Project</title> </head> <body> <h1>Hello, JavaScript!</h1> <script src="script.js"></script> </body> </html>

  1. In script.js, write your JavaScript code as usual:

js console.log('Hello, world!');

  1. Open index.html in your browser (double-click it or use a server like Live Server)

✅ Option 3: Use an Online Editor

You can also use online platforms to test your code without installing anything:

These tools let you write HTML, CSS, and JavaScript and see the results in real time, making them ideal for practicing the course examples.

💻 Technologies

The following languages and technologies were used in the development of the examples and projects in this course:

  • HTML: Markup language used to structure web page content.
  • CSS: Style language responsible for the appearance and layout of web pages, making them visually appealing and responsive.
  • JavaScript: Programming language that adds interactivity and logic to web pages, serving as the foundation for the course's examples and projects.

👨🏻‍💻 Author


|
Artur Bomtempo
| | :--------------------------------------------------------------------------------------------------------------------------------------------------: |

Developed by Artur Bomtempo 👋🏻. Get in touch:

Gmail Badge LinkedIn Badge Instagram Badge

📜 License

MIT License

Copyright (c) 2025 Artur Bomtempo Colen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Owner

  • Name: Artur Bomtempo Colen
  • Login: arturbomtempo-dev
  • Kind: user
  • Location: Belo Horizonte, MG
  • Company: @webtech-network

Full Stack Developer passionate about technology since 2006.

Citation (CITATION.cff)

cff-version: 1.0.0
message: Please cite this software using these metadata.
title: JavaScript Course
authors:
    - family-names: Bomtempo Colen
      given-names: Artur
keywords:
    - javascript
    - lógica de programação
    - front-end
    - dom
    - curso
    - youtube
    - programming logic
    - front-end
    - dom
    - course
    - youtube
repository-code: https://github.com/arturbomtempo-dev/javascript-youtube-course
license: MIT
version: 1.0.0
date-released: 2025-07-07

GitHub Events

Total
  • Watch event: 1
  • Push event: 15
  • Public event: 1
Last Year
  • Watch event: 1
  • Push event: 15
  • Public event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 48
  • Total Committers: 1
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 48
  • Committers: 1
  • Avg Commits per committer: 48.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Artur Bomtempo Colen a****n@g****m 48

Issues and Pull Requests

Last synced: 7 months ago