Skip to content

Instantly share code, notes, and snippets.

View DamianFekete's full-sized avatar
🌻
Who knows what's up?

Andrei Damian-Fekete DamianFekete

🌻
Who knows what's up?
View GitHub Profile
@DamianFekete
DamianFekete / myAngular.html
Created November 5, 2024 07:55 — forked from faustinoaq/myAngular.html
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;