arkreddy21 / hierarchy-ui

hierarchial ui of employees of a company

Home Page:https://hierarchy-ui-delta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Features implemented

  • see the position name with the employee name in a hierarchial view.
  • add or remove a team member.
  • change team of a team member within same department.
  • create a new team or edit existing team.
  • update employee information.
  • Filter an employee by Employee Name, Phone Number, and Email ID.
  • select a Team/Head and see all the employees who are under them.
  • data is stored locally in browser to persist hierarchy structure.

About

hierarchial ui of employees of a company

https://hierarchy-ui-delta.vercel.app


Languages

Language:TypeScript 95.8%Language:CSS 3.8%Language:JavaScript 0.4%