Skip to content

Implements react component which builds tree structure from json. Supports drag-n-drop nodes movements.

Notifications You must be signed in to change notification settings

tarabet/react-tree-dragNdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple app which generates organisational chart based on JSON input

Features

  • Default implementation async builds from json file located in public folder (url can be changed to eny external url)
  • Uses React-Bootstrap for elements decoration
  • Supports drag-n-drop employees reassignment
  • Alerts if two CEOs are present
  • Alerts if employee being assigned to currnetly assigned boss
  • Does not supports promotions without reassignment (employee level increase)

How to start

  • [Clone the repository]
  • yarn [to install the dependencies]
  • yarn start [to start the app (by default it uses localhost:3000)]
  • yarn test [to start tests]

This project was bootstrapped with Create React App.

About

Implements react component which builds tree structure from json. Supports drag-n-drop nodes movements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published