Checklist:
✓ Add new employee
✓ Delete the employee
✓ Set a supervisor for employee
✓ View the hierarchical structure of employees
✓ Easy to navigate UI
✓ Edge cases handled
✓ Easy to understand UI
✓ UI feedback messages
✓ Animations and transitions
✓ Deployed to vercel
Clone the repository, and run command "npm run dev" to start the development server.
Some other scripts:
npm run tailwind: to start the compilation of tailwindcss
npm run prettier: to prettify the code