Skip to content

Instantly share code, notes, and snippets.

View mahmoudilyan's full-sized avatar

Mahmoud Ilyan mahmoudilyan

View GitHub Profile
@faustinoaq
faustinoaq / myAngular.html
Last active November 16, 2024 04:17
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;