The task is to display a list of companies and their users Data source is a db.json file that you need to serve using json-server.
- Install necessary packages using NPM
- Fetch users and companies data
- Place them in appropriate structures
- Parse the data and display it in tables using Bootstrap
- Sort the list of companies ascending according to the number of users and show the number of the users
- Display the list of companies with the possibility to expand the list of users of a certain company (show names and emails)
Create a new branch and at the end of the work create a pull request to master