Skip to content

khatomi/CrudEmployee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CrudEmployee Project - نظام إدارة الموظفين

مقدمة (Introduction)

هذا المشروع هو نظام بسيط لإدارة الموظفين يتيح لك تنفيذ عمليات CRUD (إنشاء، قراءة، تحديث، حذف) على سجلات الموظفين.
This project is a simple Employee Management System that allows you to perform CRUD operations (Create, Read, Update, Delete) on employee records.

المفاهيم المستخدمة (Concepts Used)

  • Frontend: HTML, CSS, JavaScript (أو إطارات عمل مثل React أو Angular).
    Used for building the user interface and handling user interactions.

الميزات (Features)

  • إضافة موظف: إضافة سجلات موظفين جديدة (الاسم، البريد الإلكتروني، القسم، إلخ).
    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.

كيفية التثبيت (Installation)

  1. تنزيل المشروع:
    Clone the repository:
    git clone https://github.com/khatomi/CrudEmployee.git
    cd CrudEmployee

About

This project is a simple Employee Management System that allows you to perform CRUD operations (Create, Read, Update, Delete) on employee records.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors