Employee Management System
A web-based Employee Management System built with PHP and MySQL, designed to perform CRUD (Create, Read, Update, Delete) operations on employee records. The project is hosted on a local XAMPP server for development and testing purposes.

Features
- Add Employees: Create new employee records with details like name, position, salary, and hire date.
- View Employees: Display a list of all employees with relevant details.
- Update Employees: Edit existing employee information.
- Delete Employees: Remove employee records with a confirmation prompt.
- Responsive Design: Ensures compatibility with different screen sizes.
Technologies Used
- Backend: PHP, MySQL
- Frontend: HTML, CSS, JavaScript
- Server: XAMPP for local development
Installation
Prerequisites
- Download XAMPP and install it on your system.
- Ensure PHP and MySQL are included in the installation.
Steps
- Clone or download this repository to your XAMPP
htdocs
folder:
```bash
git clone https://github.com/symadev/Employee-Management.git