/react-pretender-employee-tree

MVP - Built an employee tree structure using pretenderjs to mock data and enabled drag and drop.

Primary LanguageJavaScript

Setup

Move into the root directory the application.

npm install

(or)

yarn

Run

npm start

(or)

yarn start

You can see the application running in your http://localhost:3000

Used MirageJs to mock apis.

Application to list organization as hierarchy chart.