- Should be built in React
- Each component should manage its own state
- The components should be generated using a map()
- Add a search by name box
- Add a select by role dropdown box
- Create the components you think you will need (at least an employee component, possibly more)
- Map over the data file below to create the components
- Pass data into them via props
- Use State to handle the increment and decrement of tickets
- Style it however you like, but don’t leave it blank
- Should work on mobile devices