Skip to content

Instantly share code, notes, and snippets.

View Thibzzz's full-sized avatar
💭
Hello there ✋

Thibaut Courtois Thibzzz

💭
Hello there ✋
View GitHub Profile
@faustinoaq
faustinoaq / myAngular.html
Last active November 18, 2024 12:57
Front-end libraries (React, Vue, Angular) and the basic principles of how they work, all in a single file using pure JavaScript (VanillaJS).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Angular from Scratch</title>
<style>
.my-component {
font-family: Arial, sans-serif;