Back to projects
Perago Employee Hierarchy

Perago Employee Hierarchy

Fuad Seid / May 14, 2025

This is a test project developed for Perago to demonstrate building an employee hierarchy management system. The platform allows adding and removing positions in a hierarchical structure, with data persistence using MockAPI and Axios.

Features

  • Add Position: Create new employee positions within the hierarchy.
  • Remove Position: Delete positions dynamically.
  • Hierarchy Tree: Display employees in a structured tree format.
  • Mock API Integration: Data stored and retrieved from MockAPI.io using Axios for API requests.
  • Responsive UI: Clean and modern UI with Tailwind CSS.

Technologies

  • React.js: Frontend library for building the user interface.
  • Axios: Promise-based HTTP client to interact with MockAPI.
  • MockAPI: Cloud-based mock REST API service for storing hierarchy data.
  • Tailwind CSS: Utility-first CSS framework for styling.