pnpm dev
Then open http://localhost:5173/
App has two functions:
- Listing employees
a. employees can be sorted alphabetically - Counter
a. every click on Increase button should raise counter by 1
Identify:
- bugs
- code antipatterns
- sub-optimal code structure / architecture