| name | arabic-frontend-development |
| name_ar | تطوير واجهات أمامية |
| description | Master frontend development in Arabic |
| description_ar | إتقان تطوير الواجهات الأمامية بالعربية |
| category | web-development |
| language | ar |
| dialect | msa |
| rtl | true |
| platform_all | true |
| version | 1.0.0 |
| author | salman-shaikh |
الهدف
إتقان أساسيات تطوير الواجهات الأمامية (Frontend Development).
تقنيات أساسية
١. HTML
الهيكل:
<!DOCTYPE html>
<html>
<head>
<title>صفحتي</title>
</head>
<body>
<h1>مرحباً</h1>
</body>
</html>
٢. CSS
التنسيق:
body {
font-family: Arial;
background: #f0f0f0;
}
h1 {
color: #333;
}
٣. JavaScript
التفاعل:
document.querySelector('h1').addEventListener('click', () => {
alert('مرحباً!');
});
أطر عمل شائعة
| الإطار | الشركة | الاستخدام |
|---|
| React | Meta | تطبيقات ويب |
| Vue.js | Community | تطبيقات خفيفة |
| Angular | Google | تطبيقات كبيرة |
|