هذا المشروع هو نظام بسيط لإدارة الموظفين يتيح لك تنفيذ عمليات CRUD (إنشاء، قراءة، تحديث، حذف) على سجلات الموظفين.
This project is a simple Employee Management System that allows you to perform CRUD operations (Create, Read, Update, Delete) on employee records.
- Frontend: HTML, CSS, JavaScript (أو إطارات عمل مثل React أو Angular).
Used for building the user interface and handling user interactions.
- إضافة موظف: إضافة سجلات موظفين جديدة (الاسم، البريد الإلكتروني، القسم، إلخ).
Add new employee records with details like name, email, department, etc. - عرض الموظفين: عرض قائمة بجميع الموظفين وتفاصيلهم.
View a list of all employees and their details. - تحديث الموظف: تعديل سجلات الموظفين الحالية.
Edit existing employee records. - حذف الموظف: حذف سجلات الموظفين من النظام.
Remove employee records from the system. - تخزين البيانات: يتم حفظ البيانات في قاعدة بيانات أو التخزين المحلي.
Data is stored in a database or local storage for persistence.
- تنزيل المشروع:
Clone the repository:git clone https://github.com/khatomi/CrudEmployee.git cd CrudEmployee