Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Employee Management CRUD System

A lightweight, full-stack User Management Application featuring a completely decoupled architecture where the frontend interface and backend database API communicate via asynchronous HTTP transactions.


📸 Project Previews

Main Dashboard (User List View)

Screenshot (104)

Create User

Screenshot (109)

Edit User Details View

Screenshot (105)

Delete User

Screenshot (110)

XAMP and phpMyAdmin

Screenshot (107)

Code Structure

Screenshot (108)

🚀 Core Tech Stack

  • Frontend: React, React Router, Axios (for async REST API requests)[span_2]
  • Backend: Raw PHP (Custom entry-point routing and CORS middleware processing)
  • Database: MySQL handled securely via PDO (PHP Data Objects) Prepared Statements

📁 Project Structure

EmployeeManagement/
├── react-crud-frontend/    # Frontend Client (React SPA Application)
│   ├── public/             # Public assets & index.html
│   └── src/                # Components (ListUser.js, EditUser.js, App.js)
│
├── react-crud-backend/     # Backend REST API (PHP Environment)
│   ├── DbConnect.php       # Unified PDO database connection configuration
│   └── index.php           # API Routing switchboard & CORS safety headers
│
└── screenshots/            # UI Display snapshots for GitHub repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages