- 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)
- [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]